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

Syntax

Visual Basic (Declaration)
Protected Overrides ReadOnly Property Owners As Integer()
C#
protected override int[] Owners { get; }
Visual C++
protected:
virtual property array<int>^ Owners {
	array<int>^ get () override;
}
JavaScript
function get_owners();

See Also