Initializes a new instance of CollectionEntry for collections just loaded from the database.
Namespace:
NHibernate.ImplAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ loadedPersister As ICollectionPersister, _ loadedID As Object, _ ignore As Boolean _ ) |
C# |
---|
public CollectionEntry( ICollectionPersister loadedPersister, Object loadedID, bool ignore ) |
Visual C++ |
---|
public: CollectionEntry( ICollectionPersister^ loadedPersister, Object^ loadedID, bool ignore ) |
JavaScript |
---|
NHibernate.Impl.CollectionEntry = function(loadedPersister, loadedID, ignore); |
Parameters
- loadedPersister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister
The ICollectionPersister that persists this Collection type.
- loadedID
- Type: System..::.Object
The identifier of the Entity that is the owner of this Collection.
- ignore
- Type: System..::.Boolean
A boolean indicating whether to ignore the collection during current (or next) flush.