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

 

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

Syntax

bool ICollection<KeyValuePair<string, object>>.Remove(
    KeyValuePair<string, object> item
)
private:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove
private abstract Remove : 
        item:KeyValuePair<string, Object> -> bool
private override Remove : 
        item:KeyValuePair<string, Object> -> bool
Private Function Remove (
    item As KeyValuePair(Of String, Object)
) As Boolean
    Implements ICollection(Of KeyValuePair(Of String, Object)).Remove

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See Also

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

Return to top