TableOperationsTApplyRecordUpdatesFunction Method

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

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.176 -- Release Build+f9cb1e8a5a5af2031de3a84a9e36d2e86d15576a
public static Action<T> ApplyRecordUpdatesFunction()

Return Value

ActionT
Delegate for the ApplyRecordUpdates(T) method.

Remarks

This method is useful to apply update values to an existing type T instance when no data connection is available, applying any modeled update values as specified by instances of the UpdateValueExpressionAttribute on the model properties.

See Also