C# 클래스 Azavea.Open.DAO.Criteria.Grouping.AbstractGroupExpression

Base class for group expressions.
파일 보기 프로젝트 열기: azavea/net-dao 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string

보호된 메소드들

메소드 설명
AbstractGroupExpression ( string name )

Initializes the grouping expression with its name.

메소드 상세

AbstractGroupExpression() 보호된 메소드

Initializes the grouping expression with its name.
protected AbstractGroupExpression ( string name )
name string

프로퍼티 상세

Name 공개적으로 프로퍼티

Name of the grouping, I.E. this is what shows up as a key in the dictionary in the GroupCountResult.
public string Name
리턴 string