Overload List

  NameDescription
Public methodSetParameter(Int32, Object)
Bind a value to an indexed parameter, guessing the NHibernate type from the class of the given object.
Public methodSetParameter<(Of <<'(T>)>>)(Int32, T)
Bind a value to an indexed parameter.
Public methodSetParameter(String, Object)
Bind a value to a named query parameter, guessing the NHibernate IType from the class of the given object.
Public methodSetParameter<(Of <<'(T>)>>)(String, T)
Bind a value to a named query parameter
Public methodSetParameter(Int32, Object, IType)
Bind a value to an indexed parameter.
Public methodSetParameter(String, Object, IType)
Bind a value to a named query parameter

See Also