The PositionalParameterSpecification type exposes the following members.

Constructors

  NameDescription
Public methodPositionalParameterSpecification
Constructs a position/ordinal 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 propertyHqlPosition
Getter for property 'hqlPosition'.
Public propertySourceColumn (Inherited from AbstractExplicitParameterSpecification.)
Public propertySourceLine (Inherited from AbstractExplicitParameterSpecification.)

See Also