TableOperationsTDeleteRecordAsync Method

Overload List

DeleteRecordAsync(CancellationToken, Object) Deletes the record referenced by the specified primaryKeys.
DeleteRecordAsync(DataRow, CancellationToken) Deletes the record referenced by the specified row.
DeleteRecordAsync(T, CancellationToken) Deletes the specified modeled table record from the database.
DeleteRecordAsync(RecordRestriction, CancellationToken, NullableBoolean) Deletes the records referenced by the specified restriction.

See Also