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

Syntax

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

See Also