Windows apps
Collapse the table of content
Expand the table of content
Information
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::Clear Method ()

 

Clears the contents of the OracleConnectionStringBuilder instance.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
virtual void Clear() override

The Clear method removes all key/value pairs from the OracleConnectionStringBuilder, and resets all corresponding properties. This includes resetting the connection string to an empty string.

The following example demonstrates the effect of calling the Clear method. This example populates the OracleConnectionStringBuilder with some key/value pairs, and then calls the Clear method and shows the results.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft