TableOperationsTApplyRootQueryRestrictionToDeletes Property

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

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.128 -- Release Build+cb657b646daac3e9cc5384ff42ed4530df50eab1
public bool ApplyRootQueryRestrictionToDeletes { get; set; }

Property Value

Boolean

Implements

ITableOperationsApplyRootQueryRestrictionToDeletes

Remarks

If RootQueryRestriction only references primary key fields, then this property value should be set to false since default delete 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 ApplyToDeletes.

See Also