FilterExpression.FilterHint Property

Definition

Gets or sets advanced filter hints such as union which can help with many or conditions on different tables.

public:
 property System::String ^ FilterHint { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Order=82)]
public string FilterHint { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Order=82)>]
member this.FilterHint : string with get, set
Public Property FilterHint As String

Property Value

Advanced filter hints such as union which can help with many or conditions on different tables.

Attributes

Applies to