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

Syntax

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

See Also