[Missing <summary> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.InsertRows(NHibernate.Collection.IPersistentCollection,System.Object,NHibernate.Engine.ISessionImplementor)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public void InsertRows( IPersistentCollection collection, Object id, ISessionImplementor session )  | 
| Visual Basic | 
|---|
Public Sub InsertRows ( _ collection As IPersistentCollection, _ id As Object, _ session As ISessionImplementor _ )  | 
| Visual C++ | 
|---|
public: virtual void InsertRows( IPersistentCollection^ collection, Object^ id, ISessionImplementor^ session ) sealed  | 
Parameters
- collection
 - Type: NHibernate.Collection..::..IPersistentCollection
[Missing <param name="collection"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.InsertRows(NHibernate.Collection.IPersistentCollection,System.Object,NHibernate.Engine.ISessionImplementor)"]
 
- id
 - Type: System..::..Object
[Missing <param name="id"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.InsertRows(NHibernate.Collection.IPersistentCollection,System.Object,NHibernate.Engine.ISessionImplementor)"]
 
- session
 - Type: NHibernate.Engine..::..ISessionImplementor
[Missing <param name="session"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.InsertRows(NHibernate.Collection.IPersistentCollection,System.Object,NHibernate.Engine.ISessionImplementor)"]