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

Removes all elements from the specified ICollection<T> instance.

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

Syntax

声明
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()

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace