TableOperationsTDeleteRecordAsync(DataRow, CancellationToken) Method
Deletes the record referenced by the specified row.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
public Task<int> DeleteRecordAsync(
DataRow row,
CancellationToken cancellationToken
)
Public Function DeleteRecordAsync (
row As DataRow,
cancellationToken As CancellationToken
) As Task(Of Integer)
public:
virtual Task<int>^ DeleteRecordAsync(
DataRow^ row,
CancellationToken cancellationToken
) sealed
function DeleteRecordAsync(row, cancellationToken);
- row DataRow
- DataRow of queried data to be deleted.
- cancellationToken CancellationToken
- Propagates notification that operations should be canceled.
TaskInt32Number of rows affected.
ITableOperationsDeleteRecordAsync(DataRow, CancellationToken)