Click or drag to resize

ITableOperationsDeleteRecord(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
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.
See Also