FilterExpression.FilterOperator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the logical AND/OR filter operator.
public:
property Microsoft::Xrm::Sdk::Query::LogicalOperator FilterOperator { Microsoft::Xrm::Sdk::Query::LogicalOperator get(); void set(Microsoft::Xrm::Sdk::Query::LogicalOperator value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Query.LogicalOperator FilterOperator { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.FilterOperator : Microsoft.Xrm.Sdk.Query.LogicalOperator with get, set
Public Property FilterOperator As LogicalOperator
Property Value
The logical AND/OR filter operator.
- Attributes