Click or drag to resize

TableOperationsTLoadRecord(Object) Method

Creates a new modeled table record queried from the specified primaryKeys.

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

Parameters

primaryKeys  Object
Primary keys values of the record to load.

Return Value

T
New modeled table record queried from the specified primaryKeys.
See Also