Overload List

  NameDescription
SetParameter(Int32, Object)
Bind a value to an indexed parameter, guessing the Hibernate type from the class of the given object.
SetParameter(String, Object)
Bind a value to a named query parameter, guessing the NHibernate IType from the class of the given object.
SetParameter(Int32, Object, IType)
Bind a value to an indexed parameter.
SetParameter(String, Object, IType)
Bind a value to a named query parameter

See Also