RootQueryRestrictionAttribute Fields

Fields

ApplyToDeletes Gets or sets flag that determines if root query restriction should be applied to delete operations.
ApplyToUpdates Gets or sets flag that determines if root query restriction should be applied to update operations.
FilterExpression Defines filter SQL expression for restriction as a composite format string - does not include WHERE. When escaping is needed for field names, use standard ANSI quotes.
Parameters Defines restriction parameter values.

See Also