LinkEntity.LinkCriteria 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 or sets the complex condition and logical filter expressions that filter the results of the query.
public:
property Microsoft::Xrm::Sdk::Query::FilterExpression ^ LinkCriteria { Microsoft::Xrm::Sdk::Query::FilterExpression ^ get(); void set(Microsoft::Xrm::Sdk::Query::FilterExpression ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Query.FilterExpression LinkCriteria { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LinkCriteria : Microsoft.Xrm.Sdk.Query.FilterExpression with get, set
Public Property LinkCriteria As FilterExpression
Property Value
The complex condition and logical filter expressions that filter the results of the query.
- Attributes