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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual int[] Owners { get; }
Visual Basic
Protected Overridable ReadOnly Property Owners As Integer()
	Get
Visual C++
protected:
virtual property array<int>^ Owners {
	array<int>^ get ();
}

Remarks

The indexes contained here are relative to the result of EntityPersisters.

See Also