EntityQueryTEntityWithHint Method (String, HintType) |
Specifies a hint for this query. It depends on the specified hintKind in what way the hint will be used: as a target hint or as a query hint.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax public EntityQuery<TEntity> WithHint(
string hintSpecification,
HintType hintKind
)
Public Function WithHint (
hintSpecification As String,
hintKind As HintType
) As EntityQuery(Of TEntity)
Parameters
- hintSpecification
- Type: SystemString
The hint specification - hintKind
- Type: SD.LLBLGen.Pro.ORMSupportClassesHintType
the type of the hint, which directs how the hint will be used in the SQL query
Return Value
Type:
EntityQueryTEntitySee Also