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

Syntax

Visual Basic (Declaration)
Public Sub InsertRows ( _
	collection As IPersistentCollection, _
	id As Object, _
	session As ISessionImplementor _
)
C#
public void InsertRows(
	IPersistentCollection collection,
	Object id,
	ISessionImplementor session
)
Visual C++
public:
virtual void InsertRows(
	IPersistentCollection^ collection, 
	Object^ id, 
	ISessionImplementor^ session
) sealed
JavaScript
function insertRows(collection, id, session);

Implements

ICollectionPersister..::.InsertRows(IPersistentCollection, Object, ISessionImplementor)

See Also