SqlHelper.LogCommand method
namespace: Serenity.Data assembly: Serenity.Net.Data
Logs the command.
public static void LogCommand(string method, IDbCommand command, ILogger logger)
| parameter | description |
|---|---|
| method | The type. |
| command | The command. |
| logger | Logger |
See Also
- class SqlHelper