Overload List

  NameDescription
Public methodSetParameterList(String, IEnumerable)
Bind multiple values to a named query parameter, guessing the NHibernate type from the class of the first object in the collection. This is useful for binding a list of values to an expression such as foo.bar in (:value_list)
Public methodSetParameterList(String, IEnumerable, IType)
Bind multiple values to a named query parameter. This is useful for binding a list of values to an expression such as foo.bar in (:value_list)

See Also