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

Syntax

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

See Also