ITableOperationsDeleteRecordAsync(CancellationToken, Object) Method
Deletes the record referenced by the specified primaryKeys.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.158 -- Release Build+a7370acff9f7a1e0ca1927f709880b2a82e0bdf0
Task<int> DeleteRecordAsync(
CancellationToken cancellationToken,
params Object[] primaryKeys
)
Function DeleteRecordAsync (
cancellationToken As CancellationToken,
ParamArray primaryKeys As Object()
) As Task(Of Integer)
Task<int>^ DeleteRecordAsync(
CancellationToken cancellationToken,
... array<Object^>^ primaryKeys
)
function DeleteRecordAsync(cancellationToken, ... primaryKeys);
- cancellationToken CancellationToken
- Propagates notification that operations should be canceled.
- primaryKeys Object
- Primary keys values of the record to load.
TaskInt32Number of rows affected.