JK
Search Results for

    Show / Hide Table of Contents

    Class SqlDataContext

    Inheritance
    System.Object
    SqlDataContext
    Namespace: JK.Common.Data.Sql
    Assembly: JK.Common.Data.Sql.dll
    Syntax
    public class SqlDataContext : DataContextBase

    Constructors

    | Improve this Doc View Source

    SqlDataContext(String)

    Declaration
    public SqlDataContext(string connectionString)
    Parameters
    Type Name Description
    System.String connectionString

    Methods

    | Improve this Doc View Source

    MakeConnection()

    Declaration
    protected override IDbConnection MakeConnection()
    Returns
    Type Description
    IDbConnection
    | Improve this Doc View Source

    MakeParameterFactory(IDbCommand)

    Declaration
    public override IParameterFactory MakeParameterFactory(IDbCommand command)
    Parameters
    Type Name Description
    IDbCommand command
    Returns
    Type Description
    IParameterFactory
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX