Метод | Описание | |
---|---|---|
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 |
Return sql string that build with the specified criteria
|
|
ToString ( ) : string |
Return string that represent current Expression
|
public EqOrNullExpression ( IProjection projection, object value ) : System | ||
projection | IProjection | |
value | object | |
Результат | System |
public EqOrNullExpression ( string propertyName, object value ) : System | ||
propertyName | string | |
value | object | |
Результат | System |
public EqOrNullExpression ( string propertyName, object value, bool ignoreCase ) : System | ||
propertyName | string | |
value | object | |
ignoreCase | bool | |
Результат | System |
public GetTypedValues ( ICriteria criteria, ICriteriaQuery criteriaQuery ) : NHibernate.Engine.TypedValue[] | ||
criteria | ICriteria | |
criteriaQuery | ICriteriaQuery | |
Результат | NHibernate.Engine.TypedValue[] |
public ToSqlString ( ICriteria criteria, ICriteriaQuery criteriaQuery, IFilter>.IDictionary |
||
criteria | ICriteria | |
criteriaQuery | ICriteriaQuery | |
enabledFilters | IFilter>.IDictionary | |
Результат | NHibernate.SqlCommand.SqlString |