[Missing <summary> documentation for "P:NHibernate.Hql.Classic.QueryTranslator.OwnerAssociationTypes"]

Namespace: NHibernate.Hql.Classic
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also