Answer Posted / tiger skumar
DataSet supports to recieve the specfic row with the
starting rows and ending rows.
SqlDataAdapter.Fil;(DataSet,"Sample",StartingRecord,EndingRecord);
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How does entity framework work?
Which method is used by command class to execute SQL statements that return single value?
How to Read, Add, Update and Delete record in Entity Framework ?
What is dataset object? Explain the various objects in dataset.
What are the features of ado.net?
Which method is used to sort the data in ADO.Net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is ado.net connection?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Give an example that shows how to execute a stored procedure in ado.net?
What is Data Provider?
Does entity framework use ado.net?
Define ado.net?
Define the executescalar method?
What does executequery return?