Click or drag to resize

RootQueryRestrictionAttribute Fields

The RootQueryRestrictionAttribute type exposes the following members.

Fields
  Name Description
Public field ApplyToDeletes Gets or sets flag that determines if root query restriction should be applied to delete operations.
Public field ApplyToUpdates Gets or sets flag that determines if root query restriction should be applied to update operations.
Public field 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.
Public field Parameters Defines restriction parameter values.
Top
See Also