Sorry, but there are no more tags available to filter with.
-
You can query table 'sqlite_.sequences' to find all tables which they have autoincrement PKs. Then use connection.GetSchema("columns") to get all PKs.
-
is it hard to implement property like: bool GetAutoincementPrimaryKeyValueFromDataSource (true/false) to the primary key column
that after dataadapter.insert will get last_insert_rowid() and set this value to proper column in datatable?
it would easy application developing, i think:) or maybe it...
Page 1 of 1 (2 items)