Property | Type | Description |
---|
Method | Description | |
---|---|---|
GroupByTerm ( ) : System | ||
GroupByTerm ( string field ) : System |
Creates a GROUP BY term with field name and no FromTerm alias
|
|
GroupByTerm ( string field, |
Creates a GROUP BY term with field name and table alias
|
public GroupByTerm ( string field ) : System | ||
field | string | Name of a field to group by |
return | System |
public GroupByTerm ( string field, |
||
field | string | Name of a field to group by |
table | The table this field belongs to | |
return | System |