DomainObjects Class Library

Field.Count Method ()

Returns the total number of rows from a table, including duplicates, where this field evaluates to a non-null value. Translates to a COUNT(field) SQL function.

public Count Count();

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace | Field.Count Overload List