Share via


FilterExpression Class

Definition

Specifies complex condition and logical filter expressions used for filtering the results of the query.

public ref class FilterExpression sealed : System::Runtime::Serialization::IExtensibleDataObject
Inheritance
FilterExpression
Attributes
Implements

Constructors

FilterExpression()

Initializes a new instance of the FilterExpression class.

FilterExpression(LogicalOperator)

Initializes a new instance of the FilterExpression class, setting the FilterOperator property.

Properties

AnyAllFilterLinkEntity
Conditions

Gets the collection of condition expressions.

ExtensionData

Gets or sets the structure that contains extra data.

FilterHint

Gets or sets advanced filter hints such as union which can help with many or conditions on different tables.

FilterOperator

Gets or sets the logical AND/OR filter operator.

Filters

Gets a collection of condition and logical filter expressions that filter the results of the query.

IsQuickFindFilter

Gets or sets whether the expression is part of a quick find query.

Methods

Applies to

See also