C# Class NSoft.NFramework.Data.NHibernateEx.Criterion.EqOrNullExpression

Inheritance: NHibernate.Criterion.AbstractCriterion
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
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

Method Details

EqOrNullExpression() public method

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

EqOrNullExpression() public method

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

EqOrNullExpression() public method

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

GetProjections() public method

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

GetTypedValues() public method

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

ToSqlString() public method

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
return NHibernate.SqlCommand.SqlString

ToString() public method

Return string that represent current Expression
public ToString ( ) : string
return string