Поделиться через


MetadataFilterExpression.Filters Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

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

Property Value

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

Type: DataCollection<T><MetadataFilterExpression>.

Remarks

This property is read-only. Use the DataCollection<T> methods to manipulate the filters.

See Also

MetadataFilterExpression Class
Microsoft.Xrm.Sdk.Metadata.Query Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright