Determines whether this instance is empty.
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 protected virtual bool IsEmpty(
bool excludeFromClauseFromTest
)
Protected Overridable Function IsEmpty (
excludeFromClauseFromTest As Boolean
) As Boolean
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