Share via


AdoDotNetConnectionProperties.IDictionary.Clear Method

Removes all elements from the specified IDictionary instance.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Private Sub Clear Implements IDictionary.Clear
'Usage
Dim instance As AdoDotNetConnectionProperties 

CType(instance, IDictionary).Clear()
void IDictionary.Clear()
private:
virtual void Clear() sealed = IDictionary::Clear
JScript does not support explicit interface implementations.

Implements

IDictionary.Clear()

Remarks

This method provides an implementation of the Clear method. For more information see the Clear method in the .NET Framework class library.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

AdoDotNetConnectionProperties Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace