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