Click or drag to resize
EntityQueryTEntityWithHint Method
Specifies a table/view hint for the target TEntity is mapped on.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityQuery<TEntity> WithHint(
	string hintSpecification
)

Parameters

hintSpecification
Type: SystemString
The hint specification.

Return Value

Type: EntityQueryTEntity
Exceptions
ExceptionCondition
ORMQueryConstructionExceptionhintSpecification can't be empty/null
See Also