 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | SetParameter(Int32, Object) | 
            Bind a value to an indexed parameter, guessing the NHibernate type from
            the class of the given object.
             | 
|  | SetParameter<(Of <<'(T>)>>)(Int32, T) | 
            Bind a value to an indexed parameter.
             | 
|  | SetParameter(String, Object) | 
            Bind a value to a named query parameter, guessing the NHibernate IType
            from the class of the given object.
             | 
|  | SetParameter<(Of <<'(T>)>>)(String, T) | 
            Bind a value to a named query parameter
             | 
|  | SetParameter(Int32, Object, IType) | 
            Bind a value to an indexed parameter.
             | 
|  | SetParameter(String, Object, IType) | 
            Bind a value to a named query parameter
             | 





