C# 클래스 NHibernate.Hql.Ast.HqlBooleanExpression

상속: HqlExpression
파일 보기 프로젝트 열기: nhibernate/nhibernate-core 1 사용 예제들

보호된 메소드들

메소드 설명
HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System

메소드 상세

HqlBooleanExpression() 보호된 메소드

protected HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
리턴 System

HqlBooleanExpression() 보호된 메소드

protected HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System
type int
text string
factory IASTFactory
children IEnumerable
리턴 System