Namespaces

Types

Type Order

Namespace NHibernate.Expression

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToSqlString(ICriteria criteria, ICriteriaQuery criteriaQuery)

Render the SQL fragment
Parameters
return string
ICriteria criteria
ICriteriaQuery criteriaQuery

string ToString()

Parameters
return string

Public static methods

Order Asc(string propertyName)

Ascending order
Parameters
return Order
string propertyName

Order Desc(string propertyName)

Descending order
Parameters
return Order
string propertyName