ConnectionString Property
Syntax:
public string ConnectionString { get; set; }
Description:
Type: System.String
Gets or sets the current connection string. See the RdmConnection.ConnectionString page for more details.
Exceptions:
| Exception | Condition |
|---|---|
| ArgumentException | One or more parts do not follow the <key>=<value> format. |
| ArgumentException | The key specified is not recognized. |
| ArgumentException | The value is not appropriate for the specified key. |
| OverflowException | The value was expected to be a number but was too large or small for an Int32. |
| FormatException | The value was expected to be numeric but was not a valid number |
Reference:
For more information, reference MSDN documentation for: System.Data.Common.DbConnectionStringBuilder.ConnectionString