次の方法で共有


LogicalOperator 列挙

適用対象: CRM 2015 on-prem, CRM Online

Contains the possible values for an operator in a FilterExpression.

名前空間: Microsoft.Xrm.Sdk.Query
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)

構文

'宣言
<DataContractAttribute(Name:="LogicalOperator", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts")> _
Public Enumeration LogicalOperator
[DataContractAttribute(Name="LogicalOperator", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts")] 
public enum LogicalOperator

メンバー

メンバー名 説明
And A logical AND operation is performed. Value = 0.
Or A logical OR operation is performed. Value = 1.

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

Microsoft.Xrm.Sdk.Query 名前空間

他のリソース

Test for a Null Value
Use the FilterExpression Class
Sample: Query Connections by Reciprocal Roles (Early Bound)
Sample: Retrieve Records from an Intersect Table

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.