Namespace:
NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AddAll ( _ coll As ICollection _ ) As Boolean |
C# |
---|
public bool AddAll( ICollection coll ) |
Visual C++ |
---|
public: virtual bool AddAll( ICollection^ coll ) sealed |
JavaScript |
---|
function addAll(coll); |
Parameters
- coll
- Type: System.Collections..::.ICollection