Method | Description | |
---|---|---|
NonQueryExecuted ( |
||
NonQueryExecuting ( |
||
ReaderExecuted ( |
||
ReaderExecuting ( |
||
ScalarExecuted ( |
||
ScalarExecuting ( |
Method | Description | |
---|---|---|
RewriteFullTextQuery ( |
public NonQueryExecuted ( |
||
command | ||
interceptionContext | DbCommandInterceptionContext |
|
return | void |
public NonQueryExecuting ( |
||
command | ||
interceptionContext | DbCommandInterceptionContext |
|
return | void |
public ReaderExecuted ( |
||
command | ||
interceptionContext | DbCommandInterceptionContext |
|
return | void |
public ReaderExecuting ( |
||
command | ||
interceptionContext | DbCommandInterceptionContext |
|
return | void |
public ScalarExecuted ( |
||
command | ||
interceptionContext | DbCommandInterceptionContext | |
return | void |
public ScalarExecuting ( |
||
command | ||
interceptionContext | DbCommandInterceptionContext | |
return | void |