The Subqueries type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Subqueries | Initializes a new instance of the Subqueries class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Eq | |
![]() ![]() | EqAll | |
![]() | Equals | (Inherited from Object.) |
![]() ![]() | Exists | |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | Ge | |
![]() ![]() | GeAll | |
![]() ![]() | GeSome | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Gt | |
![]() ![]() | GtAll | |
![]() ![]() | GtSome | |
![]() ![]() | In | |
![]() ![]() | IsNotNull | |
![]() ![]() | IsNull | |
![]() ![]() | Le | |
![]() ![]() | LeAll | |
![]() ![]() | LeSome | |
![]() ![]() | Lt | |
![]() ![]() | LtAll | |
![]() ![]() | LtSome | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Ne | |
![]() ![]() | NotExists | |
![]() ![]() | NotIn | |
![]() ![]() | PropertyEq | |
![]() ![]() | PropertyEqAll | |
![]() ![]() | PropertyGe | |
![]() ![]() | PropertyGeAll | |
![]() ![]() | PropertyGeSome | |
![]() ![]() | PropertyGt | |
![]() ![]() | PropertyGtAll | |
![]() ![]() | PropertyGtSome | |
![]() ![]() | PropertyIn | |
![]() ![]() | PropertyLe | |
![]() ![]() | PropertyLeAll | |
![]() ![]() | PropertyLeSome | |
![]() ![]() | PropertyLt | |
![]() ![]() | PropertyLtAll | |
![]() ![]() | PropertyLtSome | |
![]() ![]() | PropertyNe | |
![]() ![]() | PropertyNotIn | |
![]() ![]() | Select | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Where(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>)) |
Create ICriterion for (exact) subquery expression using lambda syntax
|
![]() ![]() | Where<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>)) |
Create ICriterion for subquery expression using lambda syntax
|
![]() ![]() | WhereAll(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>)) |
Create ICriterion for (all) subquery expression using lambda syntax
|
![]() ![]() | WhereAll<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>)) |
Create ICriterion for (all) subquery expression using lambda syntax
|
![]() ![]() | WhereExists<(Of <<'(U>)>>) |
Add an Exists subquery criterion
|
![]() ![]() | WhereNotExists<(Of <<'(U>)>>) |
Add a NotExists subquery criterion
|
![]() ![]() | WhereProperty(Expression<(Of <<'(Func<(Of <<'(Object>)>>)>)>>)) |
Create a ICriterion for the specified property subquery expression
|
![]() ![]() | WhereProperty<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Object>)>>)>)>>)) |
Create a ICriterion for the specified property subquery expression
|
![]() ![]() | WhereSome(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>)) |
Create ICriterion for (some) subquery expression using lambda syntax
|
![]() ![]() | WhereSome<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>)) |
Create ICriterion for (some) subquery expression using lambda syntax
|
![]() ![]() | WhereValue |
Create a ICriterion for the specified value subquery expression
|
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.) |