Answer Posted / dinesh
Declaration : SqlDataAdapter da;
Instantiation : Dataset ds = new DataSet();
da.Fill(ds,StartingRecord,EndRecord,tablename);
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How we can provide data to ado.net?
What is csdl entity framework?
What is aggregating data ?
Why do we need ado.net?
Define data access layer?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado in agriculture?
Which object is used to add relationship between two Datatables?
What is the difference between sqlcommand and sqldataadapter?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is aggregate root?
Define ado.net?
How does ado.net work?
What is different between sqlcommand object and command behavior object?
Does executenonquery return a value?