Show / Hide Table of Contents

    Interface ILogger

    Interface, which describe logger.

    Namespace: Kros.KORM.Helper
    Assembly: Kros.KORM.dll
    Syntax
    public interface ILogger

    Methods

    LogCommand(IDbCommand)

    Logs the command.

    Declaration
    void LogCommand(IDbCommand command)
    Parameters
    Type Name Description
    System.Data.IDbCommand command

    The command.

    Back to top KROS a.s.