FilterExpression.Filters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of condition and logical filter expressions that filter the results of the query.
public:
property Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::FilterExpression ^> ^ Filters { Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::FilterExpression ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.FilterExpression> Filters { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.Filters : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.FilterExpression>
Public ReadOnly Property Filters As DataCollection(Of FilterExpression)
Property Value
The collection of filters.
- Attributes
Remarks
This property is read only. Use the AddFilter(FilterExpression) method to change the contents of the collection.