The AbstractCriterion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AbstractCriterion | Initializes a new instance of the AbstractCriterion class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProjections |
Return all projections used in this criterion
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypedValues |
Return typed values for all parameters in the rendered SQL fragment
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToSqlString |
Render a SqlString for the expression.
|
![]() | ToString |
Gets a string representation of the AbstractCriterion.
(Overrides Object..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | BitwiseAnd(AbstractCriterion, AbstractCriterion) | |
![]() ![]() | BitwiseAnd(AbstractCriterion, AbstractEmptinessExpression) | |
![]() ![]() | BitwiseOr(AbstractCriterion, AbstractCriterion) | |
![]() ![]() | BitwiseOr(AbstractCriterion, AbstractEmptinessExpression) | |
![]() ![]() | False |
See here for details:
http://steve.emxsoftware.com/NET/Overloading+the++and++operators
|
![]() ![]() | LogicalNot | |
![]() ![]() | True |
See here for details:
http://steve.emxsoftware.com/NET/Overloading+the++and++operators
|
Extension Methods
Name | Description | |
---|---|---|
![]() | As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) |
![]() | IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsProxy | (Defined by NHibernateProxyHelper.) |
![]() | ToTypeParameters | (Defined by ReflectHelper.) |