Skip to content

SqlHelper.LogCommand method

Logs the command.

public static void LogCommand(string method, IDbCommand command, ILogger logger)
parameter description
method The method name.
command The command.
logger The logger.

See Also