Namespaces

Types

Type ICriterion

Namespace NHibernate.Expression

Methods

Public instance methods

TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery)

Return typed values for all parameters in the rendered SQL fragment
Parameters
return TypedValue[] An array of TypedValues for the Expression.
ICriteria criteria
ICriteriaQuery criteriaQuery

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

Render a SqlString fragment for the expression.
Parameters
return SqlString A SqlString that contains a valid Sql fragment.
ICriteria criteria
ICriteriaQuery criteriaQuery
IDictionary enabledFilters