|
|
Name |
Description |
|
AsCountDistinctApproximate(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>))
|
Return the approximate row count using the APPROX_COUNT_DISTINCT function.
|
|
AsCountDistinctApproximate(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>), String)
|
Return the approximate distinct count using the APPROX_COUNT_DISTINCT function.
|
|
AutoInvalidate<(Of <<'(TResult>)>>)
|
Attaches a SQL Server dependency change listener to this operation that will automatically invalidate the cache.
|
|
WithChangeNotification<(Of <<'(TResult>)>>)
|
Attaches a SQL Server dependency change listener to this operation.
|
|
WithHistory(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>))
|
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(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(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>)>>))
|
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<(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<(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<(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.
|
|
WithIndex(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>), String)
|
Overrides which index will be used for a query.
|
|
WithIndex(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>), IndexMetadata<(Of <<'(AbstractObjectName, AbstractDbType>)>>))
|
Overrides which index will be used for a query.
|
|
WithIndex<(Of <<'(TObject>)>>)(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption, TObject>)>>), String)
|
Overrides which index will be used for a query.
|
|
WithIndex<(Of <<'(TObject>)>>)(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption, TObject>)>>), IndexMetadata<(Of <<'(AbstractObjectName, AbstractDbType>)>>))
|
Overrides which index will be used for a query.
|
|
WithInfoMessageNotification<(Of <<'(TResult>)>>)
|
Attaches a listener for SQL Server Info Message events.
|
|
WithIsolationLevel(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>), SqlServerIsolationLevel)
|
Sets the isolation level on the query using a table hint.
|
|
WithIsolationLevel<(Of <<'(TObject>)>>)(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption, TObject>)>>), SqlServerIsolationLevel)
|
Sets the isolation level on the query using a table hint.
|