ConditionExpression Constructor (String, String, ConditionOperator)
Applies To: Dynamics CRM 2015
Initializes a new instance of the ConditionExpression class.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ConditionExpression(
string entityName,
string attributeName,
ConditionOperator conditionOperator
)
public:
ConditionExpression(
String^ entityName,
String^ attributeName,
ConditionOperator conditionOperator
)
new :
entityName:string *
attributeName:string *
conditionOperator:ConditionOperator -> ConditionExpression
Public Sub New (
entityName As String,
attributeName As String,
conditionOperator As ConditionOperator
)
Parameters
entityName
Type: System.StringType: String. The logical name of the entity in the condition expression.
attributeName
Type: System.StringType: String. The logical name of the attribute in the condition expression.
conditionOperator
Type: Microsoft.Xrm.Sdk.Query.ConditionOperatorType: ConditionOperator. The condition operator.
See Also
ConditionExpression Overload
ConditionExpression Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright