Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 442 Bytes

File metadata and controls

18 lines (13 loc) · 442 Bytes

SqlHelper.LogCommand method

namespace: Serenity.Data   assemblySerenity.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