Namespaces

Types

Type SimpleExpression

Namespace NHibernate.Expression

Parent AbstractCriterion

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery)

Parameters
return TypedValue[]
ICriteria criteria
ICriteriaQuery criteriaQuery

SimpleExpression IgnoreCase()

Parameters
return SimpleExpression

SqlString ToSqlString(ICriteria criteria, ICriteriaQuery criteriaQuery, IDictionary enabledFilters)

Converts the SimpleExpression to a SqlString .
Parameters
return SqlString A SqlString that contains a valid Sql fragment.
ICriteria criteria
ICriteriaQuery criteriaQuery
IDictionary enabledFilters

string ToString()

Parameters
return string

Public properties

string PropertyName get;

Gets the named Property for the Expression.
return string

object Value get;

Gets the Value for the Expression.
return object