Clear
This method clears the connection string contents.
Declaration
// C# public override void Clear();
Remarks
All key/value pairs are removed from the OracleConnectionStringBuilder
object and the ConnectionString
property is set to Empty.
This method clears the connection string contents.
Declaration
// C# public override void Clear();
Remarks
All key/value pairs are removed from the OracleConnectionStringBuilder
object and the ConnectionString
property is set to Empty.