The Parameter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | Equals |
Determines whether this instance and the specified object
are of the same type and have the same values.
(Overrides Object..::..Equals(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.) |
![]() ![]() | GenerateParameters |
Generates an array of parameters for the given SqlTypes.
|
![]() | GetHashCode |
Gets a hash code for the parameter.
(Overrides Object..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides Object..::..ToString()()()().) |
![]() ![]() | WithIndex |
Create a parameter with the specified position
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality(Object, Parameter) | |
![]() ![]() | Equality(Parameter, Parameter) | |
![]() ![]() | Equality(Parameter, Object) | |
![]() ![]() | Inequality(Object, Parameter) | |
![]() ![]() | Inequality(Parameter, Parameter) | |
![]() ![]() | Inequality(Parameter, Object) |
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.) |
Properties
Name | Description | |
---|---|---|
![]() | BackTrack |
Unique identifier of a parameter to be tracked back by its generator.
|
![]() | ParameterPosition |
Used to determine the parameter's name (p0,p1 etc.)
|
![]() ![]() | Placeholder |
Used as a placeholder when parsing HQL or SQL queries.
|