/ Published in: C#
In DB.GetData(select) is executed new SqlDataAdapter(Select, dbConnection).Fill(table)
Expand |
Embed | Plain Text
DataTable table = DB.GetData(@"INSERT INTO [table_name] VALUES(values) SELECT id = SCOPE_IDENTITY()");
You need to login to post a comment.
