[Missing <summary> documentation for "P:NHibernate.Loader.JoinWalker.OwnerAssociationTypes"]

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

Syntax

C#
public EntityType[] OwnerAssociationTypes { get; set; }
Visual Basic
Public Property OwnerAssociationTypes As EntityType()
	Get
	Set
Visual C++
public:
property array<EntityType^>^ OwnerAssociationTypes {
	array<EntityType^>^ get ();
	void set (array<EntityType^>^ value);
}

See Also