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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasQueuedAdds As Boolean
C#
public bool HasQueuedAdds { get; }
Visual C++
public:
virtual property bool HasQueuedAdds {
	bool get () sealed;
}
JavaScript
function get_hasQueuedAdds();

Implements

IPersistentCollection..::.HasQueuedAdds

See Also