DynamicQueryTWithHint Method  | 
 
            Specifies a table/view hint for the target T is mapped on. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic DynamicQuery<T> WithHint(
	string hintSpecification
)
Public Function WithHint ( 
	hintSpecification As String
) As DynamicQuery(Of T)
Parameters
- hintSpecification
 - Type: SystemString
The hint specification. 
Return Value
Type: 
DynamicQueryT
Exceptions
See Also