C# 클래스 NSoft.NFramework.Data.NHibernateEx.Criterion.EqOrNullExpression

상속: NHibernate.Criterion.AbstractCriterion
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
EqOrNullExpression ( IProjection projection, object value ) : System

생성자

EqOrNullExpression ( string propertyName, object value ) : System

생성자

EqOrNullExpression ( string propertyName, object value, bool ignoreCase ) : System

생성자

GetProjections ( ) : IProjection[]

Return all projections used in this criterion

GetTypedValues ( ICriteria criteria, ICriteriaQuery criteriaQuery ) : NHibernate.Engine.TypedValue[]

Return Typed Value

ToSqlString ( ICriteria criteria, ICriteriaQuery criteriaQuery, IFilter>.IDictionary enabledFilters ) : NHibernate.SqlCommand.SqlString

Return sql string that build with the specified criteria

ToString ( ) : string

Return string that represent current Expression

메소드 상세

EqOrNullExpression() 공개 메소드

생성자
public EqOrNullExpression ( IProjection projection, object value ) : System
projection IProjection
value object
리턴 System

EqOrNullExpression() 공개 메소드

생성자
public EqOrNullExpression ( string propertyName, object value ) : System
propertyName string
value object
리턴 System

EqOrNullExpression() 공개 메소드

생성자
public EqOrNullExpression ( string propertyName, object value, bool ignoreCase ) : System
propertyName string
value object
ignoreCase bool
리턴 System

GetProjections() 공개 메소드

Return all projections used in this criterion
public GetProjections ( ) : IProjection[]
리턴 IProjection[]

GetTypedValues() 공개 메소드

Return Typed Value
public GetTypedValues ( ICriteria criteria, ICriteriaQuery criteriaQuery ) : NHibernate.Engine.TypedValue[]
criteria ICriteria
criteriaQuery ICriteriaQuery
리턴 NHibernate.Engine.TypedValue[]

ToSqlString() 공개 메소드

Return sql string that build with the specified criteria
public ToSqlString ( ICriteria criteria, ICriteriaQuery criteriaQuery, IFilter>.IDictionary enabledFilters ) : NHibernate.SqlCommand.SqlString
criteria ICriteria
criteriaQuery ICriteriaQuery
enabledFilters IFilter>.IDictionary
리턴 NHibernate.SqlCommand.SqlString

ToString() 공개 메소드

Return string that represent current Expression
public ToString ( ) : string
리턴 string