Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EntityConnectionStringBuilder::Remove Method (String^)

 

Removes the entry with the specified key from the EntityConnectionStringBuilder instance.

Namespace:   System.Data.EntityClient
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
virtual bool Remove(
	String^ keyword
) override

Parameters

keyword
Type: System::String^

The key of the keyword/value pair to be removed from the connection string in this EntityConnectionStringBuilder.

Return Value

Type: System::Boolean

Returns true if the key existed in the connection string and was removed; false if the key did not exist.

Exception Condition
ArgumentNullException

keyword is null (Nothing in Visual Basic)

Because the Remove method returns a value that indicates its success, it is not required to look for a key before trying to remove the keyword/value pair from the EntityConnectionStringBuilder instance.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft