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

Syntax

Visual Basic (Declaration)
Public Property CollectionOwners As Integer()
C#
public int[] CollectionOwners { get; set; }
Visual C++
public:
property array<int>^ CollectionOwners {
	array<int>^ get ();
	void set (array<int>^ value);
}
JavaScript
function get_collectionOwners();
function set_collectionOwners(value);

See Also