G
Guest
In ADO.NET Core Reference they give an example of the savings in code of adding a row using a dataset rather than a datatable:
ds.Customers.AddCustomersRow("ALFKI", "Alfreds Futterkiste")
If you are adding a row that has an autoincrementing integer as its keyfield, can the integer be retrieved, as it is with an addhandler using tables and rows?
polynomial5d
ds.Customers.AddCustomersRow("ALFKI", "Alfreds Futterkiste")
If you are adding a row that has an autoincrementing integer as its keyfield, can the integer be retrieved, as it is with an addhandler using tables and rows?
polynomial5d