EntityConnectionStringBuilder.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the entry with the specified key from the EntityConnectionStringBuilder instance.
public override bool Remove (string keyword);
override this.Remove : string -> bool
Public Overrides Function Remove (keyword As String) As Boolean
Parameters
- keyword
- String
The key of the keyword/value pair to be removed from the connection string in this EntityConnectionStringBuilder .
Returns
Returns true if the key existed in the connection string and was removed; false if the key did not exist.
Exceptions
keyword is null (Nothing in Visual Basic)
Applies to
Entity Framework