EntityConnectionStringBuilder.Remove Method (String)
Removes the entry with the specified key from the EntityConnectionStringBuilder instance.
Assembly: EntityFramework (in EntityFramework.dll)
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.BooleanReturns 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) |