Insert the persistent state of any new collection elements

Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Sub InsertRows ( _
	collection As IPersistentCollection, _
	key As Object, _
	session As ISessionImplementor _
)
C#
void InsertRows(
	IPersistentCollection collection,
	Object key,
	ISessionImplementor session
)
Visual C++
void InsertRows(
	IPersistentCollection^ collection, 
	Object^ key, 
	ISessionImplementor^ session
)
JavaScript
function insertRows(collection, key, session);

See Also