Share via


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
void ICollection<KeyValuePair<string, Object>>.Clear()
private:
virtual void Clear() sealed = ICollection<KeyValuePair<String^, Object^>>::Clear
private abstract Clear : unit -> unit  
private override Clear : unit -> unit
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.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data.Framework Namespace