![]() |
31. Which adapter should you use, if you want to get the data from an Access database? OleDbDataAdapter is used to get the data from an Access database. 32. Which object is used to add a relationship between two DataTable objects? The DataRelation object is used to add relationship between two DataTable objects. 33. What are different types of authentication techniques that are used in connection strings to connect .NET applications with Microsoft SQL Server? .NET applications can use two different techniques to authenticate and connect with SQL Server. These techniques are as follows:
34. Explain the new features in ADO.NET Entity Framework 4.0. ADO.NET Entity Framework 4.0 is introduced in .NET Framework 4.0 and includes the following new features:
35. What is the difference between the Clone() and Copy() methods of the DataSet class? The Clone() method copies only the structure of a DataSet. The copied structure includes all the relation, constraint, and DataTable schemas used by the DataSet. The Clone() method does not copy the data, which is stored in the DataSet. 36. What is the use of DataView? User-defined view of a table is contained in a DataView. A complete table or a small section of table depending on some criteria can be presented by an object of the DataView class. You can use this class to sort and find data within DataTable.
|
© 2008-2013 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy
Contact us: info@indiabix.com
Follow us on twitter!