While inserting new record in Dynamic Data using Entity Framework 4.0 in ADO.NET, i need to set our own sequence (already created in database) to that primary key column.
How do we set this sequence to Primary key column
While inserting new record in Dynamic Data using Entity Framework 4.0 in ADO.NET, i need to set our own sequence (already created in database) to that primary key column.
How do we set this sequence to Primary key column