The Subqueries type exposes the following members.

Constructors

  NameDescription
Public methodSubqueries
Initializes a new instance of the Subqueries class

Methods

  NameDescription
Public methodStatic memberEq
Public methodStatic memberEqAll
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExists
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGe
Public methodStatic memberGeAll
Public methodStatic memberGeSome
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGt
Public methodStatic memberGtAll
Public methodStatic memberGtSome
Public methodStatic memberIn
Public methodStatic memberIsNotNull
Public methodStatic memberIsNull
Public methodStatic memberLe
Public methodStatic memberLeAll
Public methodStatic memberLeSome
Public methodStatic memberLt
Public methodStatic memberLtAll
Public methodStatic memberLtSome
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNe
Public methodStatic memberNotExists
Public methodStatic memberNotIn
Public methodStatic memberPropertyEq
Public methodStatic memberPropertyEqAll
Public methodStatic memberPropertyGe
Public methodStatic memberPropertyGeAll
Public methodStatic memberPropertyGeSome
Public methodStatic memberPropertyGt
Public methodStatic memberPropertyGtAll
Public methodStatic memberPropertyGtSome
Public methodStatic memberPropertyIn
Public methodStatic memberPropertyLe
Public methodStatic memberPropertyLeAll
Public methodStatic memberPropertyLeSome
Public methodStatic memberPropertyLt
Public methodStatic memberPropertyLtAll
Public methodStatic memberPropertyLtSome
Public methodStatic memberPropertyNe
Public methodStatic memberPropertyNotIn
Public methodStatic memberSelect
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWhere(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>))
Create ICriterion for (exact) subquery expression using lambda syntax
Public methodStatic memberWhere<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>))
Create ICriterion for subquery expression using lambda syntax
Public methodStatic memberWhereAll(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>))
Create ICriterion for (all) subquery expression using lambda syntax
Public methodStatic memberWhereAll<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>))
Create ICriterion for (all) subquery expression using lambda syntax
Public methodStatic memberWhereExists<(Of <<'(U>)>>)
Add an Exists subquery criterion
Public methodStatic memberWhereNotExists<(Of <<'(U>)>>)
Add a NotExists subquery criterion
Public methodStatic memberWhereProperty(Expression<(Of <<'(Func<(Of <<'(Object>)>>)>)>>))
Create a ICriterion for the specified property subquery expression
Public methodStatic memberWhereProperty<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Object>)>>)>)>>))
Create a ICriterion for the specified property subquery expression
Public methodStatic memberWhereSome(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>))
Create ICriterion for (some) subquery expression using lambda syntax
Public methodStatic memberWhereSome<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>))
Create ICriterion for (some) subquery expression using lambda syntax
Public methodStatic memberWhereValue
Create a ICriterion for the specified value subquery expression

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also