| Properties of class ConnectionStringBuilder |
class ConnectionStringBuilder | Constructors | Methods | All Members
Public Properties
Gets the connection string.
public string ConnectionString { get; }
Sets the value with the specified key.
public object this [ string key ] { set; }
Protected Properties
protected Hashtable KeyValues { get; }