Search Results for

    Show / Hide Table of Contents

    Class BeforePreparingStatementEventArgs

    event args for the BeforePreparingStatement Event of dbcursor

    Inheritance
    System.Object
    System.EventArgs
    BeforePreparingStatementEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DAL
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public class BeforePreparingStatementEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    BeforePreparingStatementEventArgs(String, String, Object[])

    event args for the BeforePreparingStatement Event of dbcursor

    Declaration
    public BeforePreparingStatementEventArgs(string sqlStatement, string connectionName, params object[] parameters)
    Parameters
    Type Name Description
    System.String sqlStatement
    System.String connectionName
    System.Object[] parameters

    Properties

    | Improve this Doc View Source

    ConnectionName

    connectionname for the dbconnection

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

    NamedParameters

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

    Parameters

    paremeter for the current sql statement

    Declaration
    public object[] Parameters { get; set; }
    Property Value
    Type Description
    System.Object[]
    | Improve this Doc View Source

    SqlStatement

    current sql statement

    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