FilterExpression.Conditions Property
Applies To: Dynamics CRM 2015
Gets condition expressions that include attributes, condition operators, and attribute values.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public DataCollection<ConditionExpression> Conditions { get; private set; }
public:
[DataMemberAttribute]
property DataCollection<ConditionExpression^>^ Conditions {
DataCollection<ConditionExpression^>^ get();
private: void set(DataCollection<ConditionExpression^>^ value);
}
[<DataMemberAttribute>]
member Conditions : DataCollection<ConditionExpression> with get, private set
<DataMemberAttribute>
Public Property Conditions As DataCollection(Of ConditionExpression)
Get
Private Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<ConditionExpression>
Type: DataCollection<T><ConditionExpression>
The collection of condition expressions.
Remarks
This property is read-only. Use the AddCondition method to change the contents of the collection.
See Also
FilterExpression Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright