Method UpdateAsync
|
Improve this Doc
View Source
UpdateAsync<TSource, TTarget>(DataSet<TSource>, DbTable<TTarget>, Action<ColumnMapper, TSource, TTarget>, CandidateKey, CancellationToken)
Declaration
protected override sealed Task<int> UpdateAsync<TSource, TTarget>(DataSet<TSource> source, DbTable<TTarget> target, Action<ColumnMapper, TSource, TTarget> columnMapper, CandidateKey targetKey, CancellationToken ct)
where TSource : class, IEntity, new()
where TTarget : class, IEntity, new()
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Int32> |
|
Type Parameters
Name |
Description |
TSource |
|
TTarget |
|
Overrides
DevZest.Data.Primitives.DbSession.UpdateAsync<TSource, TTarget>(DevZest.Data.DataSet<TSource>, DevZest.Data.DbTable<TTarget>, System.Action<DevZest.Data.ColumnMapper, TSource, TTarget>, DevZest.Data.CandidateKey, System.Threading.CancellationToken)