Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
LogicalOperator Enum
Definition
- Namespace:
- Microsoft.Xrm.Sdk.Query
- Assembly:
- Microsoft.Xrm.Sdk.dll
- Package:
- Microsoft.PowerPlatform.Dataverse.Client v1.2.10
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.
Contains the possible values for an operator in a FilterExpression.
public enum class LogicalOperator
[System.Runtime.Serialization.DataContract(Name="LogicalOperator", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public enum LogicalOperator
[<System.Runtime.Serialization.DataContract(Name="LogicalOperator", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type LogicalOperator =
Public Enum LogicalOperator
- Inheritance
-
LogicalOperator
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| And | 0 | A logical |
| Or | 1 | A logical |
