Property | Type | Description | |
---|---|---|---|
_callCounts | int |
Method | Description | |
---|---|---|
SQLLoggingStart ( RockContext rockContext = null ) : void |
Starts logging all EF SQL Calls to the Debug Output Window as T-SQL Blocks
|
|
SQLLoggingStop ( ) : void |
Stops logging all EF SQL Calls to the Debug Output Window
|
public static SQLLoggingStart ( RockContext rockContext = null ) : void | ||
rockContext | RockContext | The rock context to limit the output to. Leave blank to show output for all rockContexts. |
return | void |