TableOperationsTApplyRecordUpdatesFunction Method
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.158 -- Release Build+a7370acff9f7a1e0ca1927f709880b2a82e0bdf0
public static Action<T> ApplyRecordUpdatesFunction()
Public Shared Function ApplyRecordUpdatesFunction As Action(Of T)
public:
static Action<T>^ ApplyRecordUpdatesFunction()
Gemstone.Data.Model.TableOperations.ApplyRecordUpdatesFunction = function();
Return Value
ActionTDelegate for the
ApplyRecordUpdates(T) method.
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.