TableOperationsTDeleteRecord(Object) Method
Deletes the record referenced by the specified primaryKeys.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.173 -- Release Build+474588f786435fdbe229c98c8ae1a9379898a9e0
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)