Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Property Owners As Integer() |
C# |
---|
protected override int[] Owners { get; set; } |
Visual C++ |
---|
protected: virtual property array<int>^ Owners { array<int>^ get () override; void set (array<int>^ value) override; } |
JavaScript |
---|
function get_owners(); function set_owners(value); |