Completely remove the persistent state of the collection
Namespace:
NHibernate.Persister.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Remove ( _ id As Object, _ session As ISessionImplementor _ ) |
C# |
---|
void Remove( Object id, ISessionImplementor session ) |
Visual C++ |
---|
void Remove( Object^ id, ISessionImplementor^ session ) |
JavaScript |
---|
function remove(id, session); |