Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property OwnerAssociationTypes As EntityType() |
C# |
---|
public EntityType[] OwnerAssociationTypes { get; set; } |
Visual C++ |
---|
public: property array<EntityType^>^ OwnerAssociationTypes { array<EntityType^>^ get (); void set (array<EntityType^>^ value); } |
JavaScript |
---|
function get_ownerAssociationTypes(); function set_ownerAssociationTypes(value); |