Search Results for

    Show / Hide Table of Contents

    Class BeforeCursorPreparingStatementEventArgs

    Inheritance
    System.Object
    BeforeCursorPreparingStatementEventArgs
    Namespace: Simplic.Framework.DAL
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public class BeforeCursorPreparingStatementEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    ConnectionName

    Declaration
    public string ConnectionName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Parameters

    Declaration
    public IDictionary<string, object> Parameters { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    SqlStatement

    Declaration
    public string SqlStatement { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx