An array of indexes of the entity that owns a one-to-one association to the entity at the given index (-1 if there is no "owner")

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

Syntax

Visual Basic (Declaration)
Protected Overridable Property Owners As Integer()
C#
protected virtual int[] Owners { get; set; }
Visual C++
protected:
virtual property array<int>^ Owners {
	array<int>^ get ();
	void set (array<int>^ value);
}
JavaScript
function get_owners();
function set_owners(value);

See Also