Represents a Table in a database that an object gets mapped against.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class Table : IRelationalModel
Visual Basic
<SerializableAttribute> _
Public Class Table _
	Implements IRelationalModel
Visual C++
[SerializableAttribute]
public ref class Table : IRelationalModel

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping..::..Table
    NHibernate.Mapping..::..DenormalizedTable

See Also