Search Results for

    Show / Hide Table of Contents

    Class ConnectionStringBuilder

    Inheritance
    System.Object
    ConnectionStringBuilder
    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: ImageVault.Common.Lib
    Assembly: ImageVault.Common.dll
    Syntax
    public class ConnectionStringBuilder

    Constructors

    ConnectionStringBuilder(String)

    Initializes a new instance of the SecurityManagerConnectionStringBuilder class.

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

    Properties

    Item[String]

    Gets the System.String item identified by the given arguments of the SecurityManagerConnectionStringBuilder

    Declaration
    public string this[string key] { get; set; }
    Parameters
    Type Name Description
    System.String key
    Property Value
    Type Description
    System.String

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022