FunctionMappingExpressionIExpressionToQueryText Method (Boolean) |
Converts the expression to query text
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax string IExpression.ToQueryText(
bool inHavingClause
)
Private Function ToQueryText (
inHavingClause As Boolean
) As String Implements IExpression.ToQueryText
Parameters
- inHavingClause
- Type: SystemBoolean
if set to true [in having clause].
Return Value
Type:
StringImplements
IExpressionToQueryText(Boolean)See Also