An array of the owner types corresponding to the Owners
returns. Indices indicating no owner would be null here.
Namespace: NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
protected virtual EntityType[] OwnerAssociationTypes { get; } |
| Visual Basic |
|---|
Protected Overridable ReadOnly Property OwnerAssociationTypes As EntityType() Get |
| Visual C++ |
|---|
protected: virtual property array<EntityType^>^ OwnerAssociationTypes { array<EntityType^>^ get (); } |