Insert the persistent state of any new collection elements
Namespace:
NHibernate.Persister.CollectionAssembly: 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); |
Parameters
- collection
- Type: NHibernate.Collection..::.IPersistentCollection
- key
- Type: System..::.Object
- session
- Type: NHibernate.Engine..::.ISessionImplementor