C1.LiveLinq.AdoNet Namespace > AdoNetExtensions Class : AsIndexed Method |
Overload | Description |
---|---|
AsIndexed(DataTable) | 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. |
AsIndexed<TRow>(DataTable) | Wraps a System.Data.DataTable in an IndexedDataTable<TRow> so it can be indexed and queried using the optimized query operators from C1.LiveLinq.IndexedQueryExtensions. |
AsIndexed<TRow>(TypedTableBase<TRow>) | Wraps a typed ADO.NET data table in an IndexedDataTable<TRow> so it can be indexed and queried using the optimized query operators from C1.LiveLinq.IndexedQueryExtensions. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2