Méthode | Description | |
---|---|---|
WriteCommandAfter ( this @this, Guid operationId, |
||
WriteCommandBefore ( this @this, |
||
WriteCommandError ( this @this, Guid operationId, |
||
WriteConnectionCloseAfter ( this @this, Guid operationId, Guid clientConnectionId, |
||
WriteConnectionCloseBefore ( this @this, |
||
WriteConnectionCloseError ( this @this, Guid operationId, Guid clientConnectionId, |
||
WriteConnectionOpenAfter ( this @this, Guid operationId, |
||
WriteConnectionOpenBefore ( this @this, |
||
WriteConnectionOpenError ( this @this, Guid operationId, |
||
WriteTransactionCommitAfter ( this @this, Guid operationId, IsolationLevel isolationLevel, |
||
WriteTransactionCommitBefore ( this @this, IsolationLevel isolationLevel, |
||
WriteTransactionCommitError ( this @this, Guid operationId, IsolationLevel isolationLevel, |
||
WriteTransactionRollbackAfter ( this @this, Guid operationId, IsolationLevel isolationLevel, |
||
WriteTransactionRollbackBefore ( this @this, IsolationLevel isolationLevel, |
||
WriteTransactionRollbackError ( this @this, Guid operationId, IsolationLevel isolationLevel, |
public static WriteCommandAfter ( this @this, Guid operationId, |
||
@this | this | |
operationId | Guid | |
sqlCommand | ||
operation | [ | |
Résultat | void |
public static WriteCommandBefore ( this @this, |
||
@this | this | |
sqlCommand | ||
operation | [ | |
Résultat | Guid |
public static WriteCommandError ( this @this, Guid operationId, |
||
@this | this | |
operationId | Guid | |
sqlCommand | ||
ex | Exception | |
operation | [ | |
Résultat | void |
public static WriteConnectionCloseAfter ( this @this, Guid operationId, Guid clientConnectionId, |
||
@this | this | |
operationId | Guid | |
clientConnectionId | Guid | |
sqlConnection | ||
operation | [ | |
Résultat | void |
public static WriteConnectionCloseBefore ( this @this, |
||
@this | this | |
sqlConnection | ||
operation | [ | |
Résultat | Guid |
public static WriteConnectionCloseError ( this @this, Guid operationId, Guid clientConnectionId, |
||
@this | this | |
operationId | Guid | |
clientConnectionId | Guid | |
sqlConnection | ||
ex | Exception | |
operation | [ | |
Résultat | void |
public static WriteConnectionOpenAfter ( this @this, Guid operationId, |
||
@this | this | |
operationId | Guid | |
sqlConnection | ||
operation | [ | |
Résultat | void |
public static WriteConnectionOpenBefore ( this @this, |
||
@this | this | |
sqlConnection | ||
operation | [ | |
Résultat | Guid |
public static WriteConnectionOpenError ( this @this, Guid operationId, |
||
@this | this | |
operationId | Guid | |
sqlConnection | ||
ex | Exception | |
operation | [ | |
Résultat | void |
public static WriteTransactionCommitAfter ( this @this, Guid operationId, IsolationLevel isolationLevel, |
||
@this | this | |
operationId | Guid | |
isolationLevel | IsolationLevel | |
connection | ||
operation | [ | |
Résultat | void |
public static WriteTransactionCommitBefore ( this @this, IsolationLevel isolationLevel, |
||
@this | this | |
isolationLevel | IsolationLevel | |
connection | ||
operation | [ | |
Résultat | Guid |
public static WriteTransactionCommitError ( this @this, Guid operationId, IsolationLevel isolationLevel, |
||
@this | this | |
operationId | Guid | |
isolationLevel | IsolationLevel | |
connection | ||
ex | Exception | |
operation | [ | |
Résultat | void |
public static WriteTransactionRollbackAfter ( this @this, Guid operationId, IsolationLevel isolationLevel, |
||
@this | this | |
operationId | Guid | |
isolationLevel | IsolationLevel | |
connection | ||
transactionName | string | |
operation | [ | |
Résultat | void |
public static WriteTransactionRollbackBefore ( this @this, IsolationLevel isolationLevel, |
||
@this | this | |
isolationLevel | IsolationLevel | |
connection | ||
transactionName | string | |
operation | [ | |
Résultat | Guid |
public static WriteTransactionRollbackError ( this @this, Guid operationId, IsolationLevel isolationLevel, |
||
@this | this | |
operationId | Guid | |
isolationLevel | IsolationLevel | |
connection | ||
transactionName | string | |
ex | Exception | |
operation | [ | |
Résultat | void |