Name | Description | |
---|---|---|
DbConnectionStringBuilder Constructor | Initializes a new instance of the DbConnectionStringBuilder class. |
The following tables list the members exposed by DbConnectionStringBuilder.
Name | Description | |
---|---|---|
DbConnectionStringBuilder Constructor | Initializes a new instance of the DbConnectionStringBuilder class. |
Name | Description | |
---|---|---|
ConnectionString | Gets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
Count | Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
InitializationCommand | Specifies a data source-specific command that should be executed immediately after establishing the connection. | |
IsFixedSize | Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
IsReadOnly | Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
Item | Overridden. Gets or sets the value associated with the specified key. | |
Keys | Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder) | |
RunOnceCommand | Specifies 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. | |
Values | Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder) |