|
DataSet ds = new DataSet();
ds.Tables.Add(new DataTable());
ds.Tables[0].Columns.Add(“col1”);
ds.Tab....
|
Category:
ADO.Net
|
Date:
10/14/2010 1:54:47 PM
|
|
|
|
Multiple Active Results Sets. It’s a technology that allow applications to maintain multiple active ....
|
Category:
ADO.Net
|
Date:
10/14/2010 1:11:48 PM
|
|
|
|
CommandBuilder objects generates INSERT, UPDATE, DELETE statements for a DataTable based on Select q....
|
Category:
ADO.Net
|
Date:
10/14/2010 11:17:47 AM
|
|
|
|
By using Item[“node name”] property or ChildNodes collection
|
Category:
ADO.Net
|
Date:
10/14/2010 10:25:48 AM
|
|
|
|
By using ConnectionState property
|
Category:
ADO.Net
|
Date:
10/14/2010 10:15:48 AM
|
|
|