OracleConnectionStringBuilder::DataSource Property
Gets or sets the name of the Oracle data source to connect to.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
This property corresponds to the "Data Source" and "Server" keys within the connection string. Regardless of which of these values has been supplied within the supplied connection string, the connection string created by the OracleConnectionStringBuilder will use the well-known "Data Source" key. If the value passed in is null when you try to set the property, the DataSource property is reset. If the value has not been set and the developer tries to retrieve the property, the return value is Empty.
The following example demonstrates that the OracleConnectionStringBuilder class converts synonyms for the "Data Source" connection string key into the well-known key.
Available since 2.0