TableOperationsTDeleteRecord(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
public int DeleteRecord(
params Object[] primaryKeys
)
Public Function DeleteRecord (
ParamArray primaryKeys As Object()
) As Integer
public:
virtual int DeleteRecord(
... array<Object^>^ primaryKeys
) sealed
function DeleteRecord(... primaryKeys);
- primaryKeys Object
- Primary keys values of the record to load.
Int32Number of rows affected.
ITableOperationsDeleteRecord(Object)