TableOperationsTLoadRecordFunction Method

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

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.110 -- Release Build+b4bcf74734aa051a9b802d8f3f6ec05bd02af749
public static Func<DataRow, T> LoadRecordFunction()

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