Click or drag to resize

FunctionMappingExpression.IExpression.ToQueryText 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.5.0.0 (5.5.18.1019)
Syntax
string IExpression.ToQueryText(
	bool inHavingClause
)

Parameters

inHavingClause
Type: System.Boolean
if set to true [in having clause].

Return Value

Type: String

Implements

IExpression.ToQueryText(Boolean)
See Also