Search Results for

    Show / Hide Table of Contents

    Class ConnectionStringHelper

    Inheritance
    System.Object
    ConnectionStringHelper
    Inherited Members
    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.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ConnectionStringHelper

    Methods

    | Improve this Doc View Source

    GetConnectionStringByMndIdent(Int32)

    Get ConnectionString by MndIdent

    Declaration
    public static string GetConnectionStringByMndIdent(int MndIdent)
    Parameters
    Type Name Description
    System.Int32 MndIdent
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetConnectionStringIdByName(String)

    Get a connection string by its name

    Declaration
    public static int GetConnectionStringIdByName(string connectionStringName)
    Parameters
    Type Name Description
    System.String connectionStringName
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    GetConnectionStringNameByMndIdent(Int32)

    Get ConnectionString by MndIdent

    Declaration
    public static string GetConnectionStringNameByMndIdent(int MndIdent)
    Parameters
    Type Name Description
    System.Int32 MndIdent
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx