FilterExpression.Filters Property

 

Applies To: Dynamics CRM 2015

Gets a collection of condition and logical filter expressions that filter the results of the query.

Namespace:   Microsoft.Xrm.Sdk.Query
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public DataCollection<FilterExpression> Filters { get; private set; }
public:
[DataMemberAttribute]
property DataCollection<FilterExpression^>^ Filters {
    DataCollection<FilterExpression^>^ get();
    private: void set(DataCollection<FilterExpression^>^ value);
}
[<DataMemberAttribute>]
member Filters : DataCollection<FilterExpression> with get, private set
<DataMemberAttribute>
Public Property Filters As DataCollection(Of FilterExpression)
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Xrm.Sdk.DataCollection<FilterExpression>

Type: DataCollection<T><FilterExpression>
The collection of filters.

Remarks

This property is read only. Use the AddFilter method to change the contents of the array list.

See Also

FilterExpression Class
Microsoft.Xrm.Sdk.Query Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright