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

SqlServerAppenders Methods

The SqlServerAppenders type exposes the following members.

Methods


  Name Description
Public method Static member AsCountDistinctApproximate(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>))
Return the approximate row count using the APPROX_COUNT_DISTINCT function.
Public method Static member AsCountDistinctApproximate(TableDbCommandBuilder<(Of <<'(SqlCommand, SqlParameter, SqlServerLimitOption>)>>), String)
Return the approximate distinct count using the APPROX_COUNT_DISTINCT function.
Public method Static member AutoInvalidate<(Of <<'(TResult>)>>)
Attaches a SQL Server dependency change listener to this operation that will automatically invalidate the cache.
Public method Static member WithChangeNotification<(Of <<'(TResult>)>>)
Attaches a SQL Server dependency change listener to this operation.