Search Results for

    Show / Hide Table of Contents

    Class UIConnectionManager

    Inheritance
    System.Object
    UIConnectionManager
    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.Base.DB
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class UIConnectionManager

    Methods

    | Improve this Doc View Source

    CreateConnectionString(String)

    Create new ConnectionString

    Declaration
    public static ConnectionStringInfo CreateConnectionString(string Name)
    Parameters
    Type Name Description
    System.String Name
    Returns
    Type Description
    ConnectionStringInfo
    | Improve this Doc View Source

    EditConnectionString(String)

    Connectionstring bearbeiten

    Declaration
    public static ConnectionStringInfo EditConnectionString(string Name)
    Parameters
    Type Name Description
    System.String Name

    Name

    Returns
    Type Description
    ConnectionStringInfo
    | Improve this Doc View Source

    GetConnectionStringInfo(String)

    ConnectionString anhand des Namens bekommen

    Declaration
    public static ConnectionStringInfo GetConnectionStringInfo(string Name)
    Parameters
    Type Name Description
    System.String Name
    Returns
    Type Description
    ConnectionStringInfo
    | Improve this Doc View Source

    SelectConnectionString(ConnectionKind)

    Connection-String-Maske öffnen

    Declaration
    public static ConnectionStringInfo SelectConnectionString(ConnectionKind PreSelectedKind = ConnectionKind.None)
    Parameters
    Type Name Description
    ConnectionKind PreSelectedKind

    Art der Verbindung

    Returns
    Type Description
    ConnectionStringInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx