Search Results for

    Show / Hide Table of Contents

    Class ConnectionStringInfo

    Inheritance
    System.Object
    ConnectionStringInfo
    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 ConnectionStringInfo

    Properties

    | Improve this Doc View Source

    ConnectionString

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

    Ident

    Declaration
    public int Ident { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    KindId

    Declaration
    public int KindId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    KindName

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

    Name

    Declaration
    public string Name { 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