Describes a table used to mimic sequence behavior

Namespace: NHibernate.Id.Enhanced
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class TableStructure : TransactionHelper, 
	IDatabaseStructure
Visual Basic
Public Class TableStructure _
	Inherits TransactionHelper _
	Implements IDatabaseStructure
Visual C++
public ref class TableStructure : public TransactionHelper, 
	IDatabaseStructure

Inheritance Hierarchy

System..::..Object
  NHibernate.Engine..::..TransactionHelper
    NHibernate.Id.Enhanced..::..TableStructure

See Also