Sql.Net Class Library Documentation

GroupByTerm Constructor

Creates a GROUP BY term with field name and table alias

Overload List

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

public GroupByTerm(string);

Creates a GROUP BY term with field name and table alias

public GroupByTerm(string,FromTerm);

See Also

GroupByTerm Class | Reeb.SqlOM Namespace