[Missing <summary> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetParameterList(System.String,System.Collections.ICollection)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IDetachedQuery SetParameterList( string name, ICollection vals ) |
Visual Basic |
---|
Public Function SetParameterList ( _ name As String, _ vals As ICollection _ ) As IDetachedQuery |
Visual C++ |
---|
public: virtual IDetachedQuery^ SetParameterList( String^ name, ICollection^ vals ) sealed |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetParameterList(System.String,System.Collections.ICollection)"]
- vals
- Type: System.Collections..::..ICollection
[Missing <param name="vals"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetParameterList(System.String,System.Collections.ICollection)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetParameterList(System.String,System.Collections.ICollection)"]