ITableOperationsApplyRecordUpdates Method

Applies the update values on the specified modeled table record where any of the properties are marked with UpdateValueExpressionAttribute.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.171 -- Release Build+09eddea1dde2c1898c071986897c26dec26592bc
void ApplyRecordUpdates(
	Object record
)

Parameters

record  Object
Record to update.

See Also