Click or drag to resize

QuerySpecIsEmpty 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.7.0.0 (5.7.0)
Syntax
protected virtual 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