Allow to set a value to IsDbGenerated fields
SQLCE for WP7 should allow us to assign explicitely a value to Identity fields marked as IsDbGenerated fields. Currently SQL Server allows it throw this command. SET IDENTITY_INSERT dbo.TableName ON
It would be great SQLCE for WP7 allows us to set this option using attributes of the Table/Class. In fact other multiplatform databases that work for WP7 as Siaqodb include this and even other features SQLCE for WP7 still not.
6
votes
1 comment
-
Himadri Sarkar (MSFT)
commented
Just curious about what are the specific scenarios where you would like to use this feature?
