dotConnect Universal Documentation
Devart.Common Namespace / DbConnectionStringBuilder Class

In This Topic
    DbConnectionStringBuilder Class Methods
    In This Topic

    For a list of all members of this type, see DbConnectionStringBuilder members.

    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