Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Azavea
Open
DAO
Criteria
Grouping
AbstractGroupExpression
C# Class Azavea.Open.DAO.Criteria.Grouping.AbstractGroupExpression
Base class for group expressions.
Mostra file
Open project: azavea/net-dao
Class Usage Examples
Public Properties
Property
Type
Description
Name
string
Protected Methods
Method
Description
AbstractGroupExpression
(
string
name
)
Initializes the grouping expression with its name.
Method Details
AbstractGroupExpression()
protected
method
Initializes the grouping expression with its name.
protected
AbstractGroupExpression
(
string
name
)
name
string
Property Details
Name
public_oe property
Name of the grouping, I.E. this is what shows up as a key in the dictionary in the GroupCountResult.
public
string
Name
return
string