Overload List

  NameDescription
Public methodSetParameter(Int32, Object)
Bind a value to an indexed parameter, guessing the Hibernate type from the class of the given object.
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(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