Click or drag to resize

DynamicQueryIsEmpty Method

Determines whether this instance is empty.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected override bool IsEmpty(
	bool excludeFromClauseFromTest
)

Parameters

excludeFromClauseFromTest
Type: SystemBoolean
if set to true [exclude from clause from test].

Return Value

Type: Boolean
true if this query is empty, i.e. no element is set that forces this query to become a derived table/full query.
See Also