DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.Clear Method
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionProperties Class