The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OracleConnectionStringBuilder::UserID Property
.NET Framework (current version)
Gets or sets the user ID to be used when connecting to Oracle.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
This property corresponds to the "User ID", "user", and "uid" keys within the connection string.
If the value passed in is null when you try to set the property, the UserID property is reset. If the value has not been set and the developer tries to retrieve the property, the return value is Empty.
.NET Framework
Available since 2.0
Available since 2.0
Show: