TableOperationsTApplyRecordDefaultsFunction Method

Gets a delegate for the ApplyRecordDefaults(T) method for specified type T.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.147 -- Release Build+c5cc8ba56e7568e903c204fe8ae9773b97af8eef
public static Action<T> ApplyRecordDefaultsFunction()

Return Value

ActionT
Delegate for the ApplyRecordDefaults(T) method.

Remarks

This method is useful to apply defaults values to an existing type T instance when no data connection is available, applying any modeled default values as specified by a DefaultValueAttribute or DefaultValueExpressionAttribute on the model properties.

See Also