C1.LiveLinq.AdoNet Namespace : AdoNetExtensions Class |
The following tables list the members exposed by AdoNetExtensions.
Name | Description | |
---|---|---|
AsIndexed | 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. | |
AsLive | Overloaded. Creates a view based on the specified ADO.NET System.Data.DataTable. | |
BeginUpdate | Indicates that massive changes are being made in code, until EndUpdate, to data tables in this System.Data.DataSet. | |
EndUpdate | Indicates the end of massive changes to data tables in this System.Data.DataSet started with BeginUpdate. | |
IndexedField | Overloaded. A hint to create and use an index on the specified data column. The hint has default action. |