C1.LiveLinq.AdoNet Namespace / AdoNetExtensions Class

In This Topic
AdoNetExtensions Class Methods
In This Topic

For a list of all members of this type, see AdoNetExtensions members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Wraps a System.Data.DataTable in an IndexedDataTable<DataRow> so it can be indexed and queried using the optimized query operators from C1.LiveLinq.IndexedQueryExtensions.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a view based on the specified ADO.NET System.Data.DataTable.  
Public Methodstatic (Shared in Visual Basic)Indicates that massive changes are being made in code, until EndUpdate, to data tables in this System.Data.DataSet.  
Public Methodstatic (Shared in Visual Basic)Indicates the end of massive changes to data tables in this System.Data.DataSet started with BeginUpdate.  
Public Methodstatic (Shared in Visual Basic)Overloaded. A hint to create and use an index on the specified data column. The hint has default action.  
Top
See Also