Click or drag to resize

TableOperationsTLoadRecordFunction Method

Gets a delegate for the LoadRecord(DataRow) function for specified type T.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static Func<DataRow, T> LoadRecordFunction()
View Source

Return Value

FuncDataRow, T
Delegate for the LoadRecord(DataRow) function.
Remarks
This method is useful to deserialize a DataRow into a type T instance when no data connection is available, e.g., when using a deserialized DataSet.
See Also