Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace
Tortuga.Chain.SqlServer Namespace

SqlServerTableOrViewMetadata<(Of <(<'TDbType>)>)>..::..GetHistoryTable Method

Gets the history table.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.OleDb (in Tortuga.Chain.SqlServer.OleDb.dll)

Syntax


public SqlServerTableOrViewMetadata<TDbType> GetHistoryTable()
Public Function GetHistoryTable As SqlServerTableOrViewMetadata(Of TDbType)
public:
SqlServerTableOrViewMetadata<TDbType>^ GetHistoryTable()

Return Value

SqlServerTableOrViewMetadata<TDbType>.

Exceptions


ExceptionCondition
InvalidOperationExceptionTable {Name} does not have a history table.