Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Table As Table |
C# |
---|
public Table Table { get; set; } |
Visual C++ |
---|
public: virtual property Table^ Table { Table^ get () sealed; void set (Table^ value) sealed; } |
JavaScript |
---|
function get_table(); function set_table(value); |