Sql.Net Class Library Documentation

GroupByTerm Constructor (String)

Creates a GROUP BY term with field name and no FromTerm alias

public GroupByTerm(
   string field
);

Parameters

field
Name of a field to group by

See Also

GroupByTerm Class | Reeb.SqlOM Namespace | GroupByTerm Constructor Overload List