Update the persistent state of any elements that were modified
Namespace:
NHibernate.Persister.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub UpdateRows ( _ collection As IPersistentCollection, _ key As Object, _ session As ISessionImplementor _ ) |
C# |
---|
void UpdateRows( IPersistentCollection collection, Object key, ISessionImplementor session ) |
Visual C++ |
---|
void UpdateRows( IPersistentCollection^ collection, Object^ key, ISessionImplementor^ session ) |
JavaScript |
---|
function updateRows(collection, key, session); |
Parameters
- collection
- Type: NHibernate.Collection..::.IPersistentCollection
- key
- Type: System..::.Object
- session
- Type: NHibernate.Engine..::.ISessionImplementor