|
|
Name |
Description |
|
WithHistory<(Of <<'(TObject>)>>)(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption, TObject>)>>))
|
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
|
|
WithHistory(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>))
|
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
|
|
WithHistory<(Of <<'(TObject>)>>)(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter, TObject>)>>))
|
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
|
|
WithHistory(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter>)>>))
|
Adds a FOR SYSTEM_TIME cluse to the query to get all historical records.
|
|
WithHistory(SingleRowDbCommandBuilder<(Of <<'(AbstractCommand, AbstractParameter>)>>), DateTime)
|
Adds a FOR SYSTEM_TIME cluse to the query to get the historical record for a specific date.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|