DataSource for Entity Framework in WPF
C1.LiveLinq.AdoNet Namespace / AdoNetExtensions Class / AsIndexed Method

In This Topic
    AsIndexed Method (AdoNetExtensions)
    In This Topic
    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.
    Overload List
    OverloadDescription
    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.  
    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.  
    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.  
    See Also