AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.Clear Method ()

 

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

Syntax

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
Private Sub Clear
    Implements ICollection(Of KeyValuePair(Of String, Object)).Clear

Implements

ICollection<T>.Clear()

See Also

AdoDotNetConnectionProperties Class
Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

Return to top