C# Class Azavea.Open.DAO.Criteria.Grouping.AbstractGroupExpression

Base class for group expressions.
Afficher le fichier Open project: azavea/net-dao Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Méthodes protégées

Méthode Description
AbstractGroupExpression ( string name )

Initializes the grouping expression with its name.

Method Details

AbstractGroupExpression() protected méthode

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
Résultat string