What is the namespace in which .NET has the data
functionality classes?
Answer Posted / sandyni
following are the namespaces for .net functionality classes
are
system.data
system.data.oledb
system.data.sqlclient
system.data.xml
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Explain why edit is not possible in repeater?
What is ado.net objects?
What is ambient transaction?
How to pass multiple tables in datasets simultaneously?
Can datareader hold data from multiple tables?
How can we add/remove row's in "datatable" object of "dataset"?
What is difference between executequery and executeupdate?
What is commandbuilder in ado.net?
What is ado control?
What are the features of ado.net?
How can we load multiple tables in to dataset?
How would you connect to database using .NET?
Why edit is not possible in repeater?
How to Read, Add, Update and Delete record in Entity Framework ?