The NamedParameterSpecification type exposes the following members.

Constructors

  NameDescription
Public methodNamedParameterSpecification
Constructs a named parameter bind specification.

Methods

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.)

Properties

  NameDescription
Public propertyExpectedType (Inherited from AbstractExplicitParameterSpecification.)
Public propertyName
The user parameter name.
Public propertySourceColumn (Inherited from AbstractExplicitParameterSpecification.)
Public propertySourceLine (Inherited from AbstractExplicitParameterSpecification.)

See Also