FilterExpression.FilterHint 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 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