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.2.0.0 (5.2.17.0403)
Syntax public EntityQuery<TEntity> WithHint(
string hintSpecification
)
Public Function WithHint (
hintSpecification As String
) As EntityQuery(Of TEntity)
Parameters
- hintSpecification
- Type: SystemString
The hint specification.
Return Value
Type:
EntityQueryTEntityExceptions See Also