DomainObjects Class Library

Query.IsCount Method 

Determines whether this instance represents a SQL COUNT statement.

public bool IsCount();

Return Value

true if this instance represents a SQL COUNT statement; otherwise, false.

Implements

IQuery.

See Also

Query Class | DomainObjects.Facade.Command Namespace