Gets a Boolean indicating if the rows for this collection
need to be recreated in the table.
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool NeedsRecreate( ICollectionPersister persister ) |
Visual Basic |
---|
Function NeedsRecreate ( _ persister As ICollectionPersister _ ) As Boolean |
Visual C++ |
---|
bool NeedsRecreate( ICollectionPersister^ persister ) |
Parameters
- persister
- Type: NHibernate.Persister.Collection..::..ICollectionPersister
The ICollectionPersister for this Collection.