ITableOperationsDeleteRecord(Object) Method
Deletes the record referenced by the specified primaryKeys.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.166 -- Release Build+4734116ef9caa0a1e84bf70b15935e09ea790ab3
int DeleteRecord(
params Object[] primaryKeys
)
Function DeleteRecord (
ParamArray primaryKeys As Object()
) As Integer
int DeleteRecord(
... array<Object^>^ primaryKeys
)
function DeleteRecord(... primaryKeys);
- primaryKeys Object
- Primary keys values of the record to load.
Int32Number of rows affected.