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

Namespace: NHibernate.Mapping
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Class Table _
	Implements IRelationalModel
C#
public class Table : IRelationalModel
Visual C++
public ref class Table : IRelationalModel

Inheritance Hierarchy

System.Object
  NHibernate.Mapping.Table