QueryExpression.QueryHints Property

Definition

Gets or sets a hint for generated SQL text which affects the query's execution.

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

Property Value

String

Type: String

See Use SQL hints in a query for the list of supported values.

Attributes

Remarks

More information: Hints (Transact-SQL) - Query

Applies to