dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbConnectionStringBuilder Class
Properties Methods

In This Topic
    DbConnectionStringBuilder Class Members
    In This Topic

    The following tables list the members exposed by DbConnectionStringBuilder.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DbConnectionStringBuilder class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyGets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertySpecifies a data source-specific command that should be executed immediately after establishing the connection.  
    Public PropertyGets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyGets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyOverridden. Gets or sets the value associated with the specified key.  
    Public PropertyGets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertySpecifies a data source-specific command that should be executed immediately after first establishing the connection. Unlike InitializationCommand, this command is not executed when a connection is taken from the pool.  
    Public PropertyGets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an entry with the specified key and value into the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodClears the contents of the System.Data.Common.DbConnectionStringBuilder instance. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodDetermines whether the System.Data.Common.DbConnectionStringBuilder contains a specific key. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverloaded. Compares the specified connection information in this DbConnectionStringBuilder object with the specified connection information in the supplied DbConnectionStringBuilder object.  
    Public MethodRemoves the entry with the specified key from the System.Data.Common.DbConnectionStringBuilder instance. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodIndicates whether the specified key exists in this System.Data.Common.DbConnectionStringBuilder instance. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodReturns the connection string associated with this System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodRetrieves a value corresponding to the supplied key from this System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Top
    See Also