T
Tempera
I add new row to DataTable (typed).
I called TableAdapter.Upadte method.
I noticed that field 'ItemId' (which is specified as Identity in SQL Server)
has a value of new added item.
This is great!
Is this feature documented?
Can i use it in production?
I also noticed when using Access, AutoNumber field as ItemId, this feature
does not work. (ItemId stays 0)
I called TableAdapter.Upadte method.
I noticed that field 'ItemId' (which is specified as Identity in SQL Server)
has a value of new added item.
This is great!
Is this feature documented?
Can i use it in production?
I also noticed when using Access, AutoNumber field as ItemId, this feature
does not work. (ItemId stays 0)