Search Results for

    Show / Hide Table of Contents

    Interface IScriptLog

    Interface for logging script output

    Namespace: ImageVault.Common.Lib.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public interface IScriptLog

    Methods

    Failed(ScriptPart, SqlException)

    Declaration
    void Failed(ScriptPart scriptPart, SqlException sex)
    Parameters
    Type Name Description
    ScriptPart scriptPart
    System.Data.SqlClient.SqlException sex

    Info(String)

    Declaration
    void Info(string message)
    Parameters
    Type Name Description
    System.String message

    Succeeded(ScriptPart)

    Declaration
    void Succeeded(ScriptPart scriptPart)
    Parameters
    Type Name Description
    ScriptPart scriptPart

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022