SqlServerAppenders..::..WithIsolationLevel Method (TableDbCommandBuilder<(Of <(<'SqlCommand, SqlParameter, SqlServerLimitOption>)>)>, SqlServerIsolationLevel)
Sets the isolation level on the query using a table hint.
Namespace:
Tortuga.Chain.SqlServerAssembly: Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)
Syntax
public static TableDbCommandBuilder<SqlCommand, SqlParameter, SqlServerLimitOption> WithIsolationLevel( this TableDbCommandBuilder<SqlCommand, SqlParameter, SqlServerLimitOption> tableDbCommand, SqlServerIsolationLevel isolationLevel )
<ExtensionAttribute> _ Public Shared Function WithIsolationLevel ( _ tableDbCommand As TableDbCommandBuilder(Of SqlCommand, SqlParameter, SqlServerLimitOption), _ isolationLevel As SqlServerIsolationLevel _ ) As TableDbCommandBuilder(Of SqlCommand, SqlParameter, SqlServerLimitOption)
[ExtensionAttribute] public: static TableDbCommandBuilder<SqlCommand^, SqlParameter^, SqlServerLimitOption^>^ WithIsolationLevel( TableDbCommandBuilder<SqlCommand^, SqlParameter^, SqlServerLimitOption^>^ tableDbCommand, SqlServerIsolationLevel^ isolationLevel )
Parameters
- tableDbCommand
- Type: Tortuga.Chain.CommandBuilders..::..TableDbCommandBuilder<(Of <(<'SqlCommand, SqlParameter, SqlServerLimitOption>)>)>
The table database command.
- isolationLevel
- Type: Tortuga.Chain..::..SqlServerIsolationLevel
The isolation level.

