TableOperationsTUpdateRecordAsync Method

Overload List

UpdateRecordAsync(DataRow, CancellationToken, RecordRestriction) Updates the database with the specified row, any model properties marked with UpdateValueExpressionAttribute will be evaluated and applied before the record is provided to the data source.
UpdateRecordAsync(T, CancellationToken, RecordRestriction, NullableBoolean) Updates the database with the specified modeled table record, any model properties marked with UpdateValueExpressionAttribute will be evaluated and applied before the record is provided to the data source.

See Also