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

SqlServerAppenders..::..WithHistory Method

Overload List


  Name Description
Public method Static member WithHistory<(Of <<'(TObject>)>>)(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption, TObject>)>>))
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
Public method Static member WithHistory(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>))
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
Public method Static member WithHistory<(Of <<'(TObject>)>>)(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter, TObject>)>>))
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
Public method Static member WithHistory(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter>)>>))
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
Public method Static member WithHistory(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter>)>>), DateTime)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date.
Public method Static member WithHistory<(Of <<'(TObject>)>>)(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter, TObject>)>>), DateTime)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date.
Public method Static member WithHistory(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter>)>>), DateTime, DateTime, HistoryQueryMode)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date range.
Public method Static member WithHistory<(Of <<'(TObject>)>>)(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter, TObject>)>>), DateTime, DateTime, HistoryQueryMode)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date range.
Public method Static member WithHistory<(Of <<'(TObject>)>>)(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption, TObject>)>>), DateTime)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date.
Public method Static member WithHistory(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>), DateTime)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date.
Public method Static member WithHistory(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>), DateTime, DateTime, HistoryQueryMode)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date range.
Public method Static member WithHistory<(Of <<'(TObject>)>>)(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption, TObject>)>>), DateTime, DateTime, HistoryQueryMode)
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date range.