TableOperationsTApplyRootQueryRestrictionToUpdates Property

Gets or sets flag that determines if RootQueryRestriction should be applied to update operations.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
public bool ApplyRootQueryRestrictionToUpdates { get; init; }

Property Value

Boolean

Implements

ITableOperationsApplyRootQueryRestrictionToUpdates

Remarks

If RootQueryRestriction only references primary key fields, then this property value should be set to false since default update operations for a modeled record already work against primary key fields.

This flag can be manually set per TableOperationsT instance or handled automatically by marking a model with the RootQueryRestrictionAttribute and assigning a value to the attribute property ApplyToUpdates.

See Also