Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property QueuedAddsCollection As ICollection
C#
public ICollection QueuedAddsCollection { get; }
Visual C++
public:
virtual property ICollection^ QueuedAddsCollection {
	ICollection^ get () sealed;
}
JavaScript
function get_queuedAddsCollection();

Implements

IPersistentCollection..::.QueuedAddsCollection

See Also