DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.Clear Method

Removes all elements from the current set of connection properties.

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

Syntax

'Declaration
Private Sub Clear Implements ICollection(Of KeyValuePair(Of String, Object)).Clear
'Usage
Dim instance As DataConnectionProperties

CType(instance, ICollection(Of KeyValuePair(Of String, Object))).Clear()
void ICollection<KeyValuePair<string, Object>>.Clear()
private:
virtual void Clear() sealed = ICollection<KeyValuePair<String^, Object^>>::Clear
JScript does not support explicit interface implementations.

Implements

ICollection<T>.Clear()

Remarks

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

Permissions

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace