CreateChildAsync<TChild>(Action<TChild>, Func<T, TChild>)
|
Creates child tempoary table.
|
CreateChildAsync<TChild>(Action<TChild>, Func<T, TChild>, CancellationToken)
|
Creates child tempoary table.
|
CreateChildAsync<TChild>(Func<T, TChild>)
|
Creates child tempoary table.
|
DeleteAsync(Func<T, _Boolean>, CancellationToken)
|
Deletes records in this database table by condition.
|
DeleteAsync(CancellationToken)
|
Deletes all records in this database table.
|
DeleteAsync<TSource>(DataSet<TSource>, Func<TSource, T, KeyMapping>, CancellationToken)
|
Deletes records in this database table from matching DataSet.
|
DeleteAsync<TSource>(DataSet<TSource>, Int32, Func<TSource, T, KeyMapping>, CancellationToken)
|
Deletes from matching row in DataSet.
|
DeleteAsync<TSource>(DataSet<TSource>, Int32, CancellationToken)
|
Deletes from matching row in DataSet.
|
DeleteAsync<TSource>(DataSet<TSource>, CancellationToken)
|
Deletes records in this database table from matching DataSet.
|
DeleteAsync<TSource>(DbSet<TSource>, Func<TSource, T, KeyMapping>, CancellationToken)
|
Deletes records in this database table from matching database recordset.
|
DeleteAsync<TSource>(DbSet<TSource>, CancellationToken)
|
Deletes records in this database table from matching database recordset.
|
GetChild<TChild>(Func<T, TChild>)
|
Gets the child tempoary table.
|
InsertAsync(Action<ColumnMapper, T>, Action<Nullable<Int64>>, CancellationToken)
|
Inserts values into this database table.
|
InsertAsync(Action<ColumnMapper, T>, CancellationToken)
|
Inserts values into this database table.
|
InsertAsync(Action<Nullable<Int64>>, CancellationToken)
|
Inserts default values into this database table.
|
InsertAsync(CancellationToken)
|
Inserts default values into this database table.
|
InsertAsync<TSource>(DataSet<TSource>, Action<ColumnMapper, TSource, T>, Boolean, CancellationToken)
|
Inserts into this table from DataSet.
|
InsertAsync<TSource>(DataSet<TSource>, Action<ColumnMapper, TSource, T>, CancellationToken)
|
Inserts into this table from DataSet.
|
InsertAsync<TSource>(DataSet<TSource>, Boolean, CancellationToken)
|
Inserts into this table from DataSet.
|
InsertAsync<TSource>(DataSet<TSource>, Int32, Action<ColumnMapper, TSource, T>, Boolean, CancellationToken)
|
Inserts specified DataRow in DataSet into this table.
|
InsertAsync<TSource>(DataSet<TSource>, Int32, Action<ColumnMapper, TSource, T>, CancellationToken)
|
Inserts specified DataRow in DataSet into this table.
|
InsertAsync<TSource>(DataSet<TSource>, Int32, CancellationToken)
|
Inserts specified DataRow in DataSet into this table.
|
InsertAsync<TSource>(DataSet<TSource>, CancellationToken)
|
Inserts into this table from DataSet.
|
InsertAsync<TSource>(DbSet<TSource>, Action<ColumnMapper, TSource, T>, CancellationToken)
|
Inserts into this database table from database recordset.
|
InsertAsync<TSource>(DbSet<TSource>, CancellationToken)
|
Inserts into this database table from database recordset.
|
ToString()
|
|
UpdateAsync(Action<ColumnMapper, T>, Func<T, _Boolean>, CancellationToken)
|
Updates subset of records with specified values.
|
UpdateAsync(Action<ColumnMapper, T>, CancellationToken)
|
Updates all records with specified values.
|
UpdateAsync<TSource>(DataSet<TSource>, Action<ColumnMapper, TSource, T>, Func<TSource, T, KeyMapping>, CancellationToken)
|
Updates records in this table from matching DataSet.
|
UpdateAsync<TSource>(DataSet<TSource>, Action<ColumnMapper, TSource, T>, CancellationToken)
|
Updates records in this table from matching DataSet.
|
UpdateAsync<TSource>(DataSet<TSource>, Int32, Action<ColumnMapper, TSource, T>, Func<TSource, T, KeyMapping>, CancellationToken)
|
Updates from matching row in DataSet.
|
UpdateAsync<TSource>(DataSet<TSource>, Int32, CancellationToken)
|
Updates from matching row in DataSet.
|
UpdateAsync<TSource>(DataSet<TSource>, CancellationToken)
|
Updates records in this table from matching DataSet.
|
UpdateAsync<TSource>(DbSet<TSource>, Action<ColumnMapper, TSource, T>, Func<TSource, T, KeyMapping>, CancellationToken)
|
Updates records from matching database recordset.
|
UpdateAsync<TSource>(DbSet<TSource>, Action<ColumnMapper, T>, Func<TSource, T, KeyMapping>, CancellationToken)
|
Updates records from matching database recordset.
|
UpdateAsync<TSource>(DbSet<TSource>, CancellationToken)
|
Updates records from matching database recordset.
|