[Missing <summary> documentation for "P:NHibernate.Action.CollectionAction.Collection"]

Namespace: NHibernate.Action
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected internal IPersistentCollection Collection { get; }
Visual Basic
Protected Friend ReadOnly Property Collection As IPersistentCollection
	Get
Visual C++
protected public:
property IPersistentCollection^ Collection {
	IPersistentCollection^ get ();
}

See Also