Gets or Sets the Table that this class is stored in.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public abstract Table Table { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property Table As Table Get |
Visual C++ |
---|
public: virtual property Table^ Table { Table^ get () abstract; } |
Field Value
The Table this class is stored in.Remarks
The value of this is set by the table attribute.