Click or drag to resize

TableOperationsTDeleteRecord(Object) Method

Deletes the record referenced by the specified primaryKeys.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public int DeleteRecord(
	params Object[] primaryKeys
)
View Source

Parameters

primaryKeys  Object
Primary keys values of the record to load.

Return Value

Int32
Number of rows affected.

Implements

ITableOperationsDeleteRecord(Object)
See Also