TableOperationsTDeleteRecord(Object) Method

Deletes the record referenced by the specified primaryKeys.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.177 -- Release Build+d96749616716c7e31d7afb14792fd635b01e16cd
public int DeleteRecord(
	params Object[] primaryKeys
)

Parameters

primaryKeys  Object
Primary keys values of the record to load.

Return Value

Int32
Number of rows affected.

Implements

ITableOperationsDeleteRecord(Object)

See Also