Resets the connection properties collection from the provider.
[Visual Basic] Overridable Public Sub ResetProperties() [C#] public virtual void ResetProperties(); [C++] public: virtual void ResetProperties(); [JScript] public function ResetProperties();
Notes to Inheritors: When overriding ResetProperties in a derived class, be sure to call the base class's ResetProperties method.
The following example creates a connection, set some of its properties, clones it, then resets the properties of the original instance.
ADOConnection Class | ADOConnection Members | System.Data.ADO Namespace | Properties