SqlServerAppenders..::..WithHistory Method (SingleRowDbCommandBuilder<(Of <(<'AbstractCommand, AbstractParameter>)>)>)
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
Namespace:
Tortuga.Chain.SqlServerAssembly: Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)
Syntax
public static MultipleRowDbCommandBuilder<AbstractCommand, AbstractParameter> WithHistory( this SingleRowDbCommandBuilder<AbstractCommand, AbstractParameter> tableDbCommand )
<ExtensionAttribute> _ Public Shared Function WithHistory ( _ tableDbCommand As SingleRowDbCommandBuilder(Of AbstractCommand, AbstractParameter) _ ) As MultipleRowDbCommandBuilder(Of AbstractCommand, AbstractParameter)
[ExtensionAttribute] public: static MultipleRowDbCommandBuilder<AbstractCommand^, AbstractParameter^>^ WithHistory( SingleRowDbCommandBuilder<AbstractCommand^, AbstractParameter^>^ tableDbCommand )
Parameters
- tableDbCommand
- Type: Tortuga.Chain.CommandBuilders..::..SingleRowDbCommandBuilder<(Of <(<'AbstractCommand, AbstractParameter>)>)>
The table database command.

