In The Hand LtdIn The Hand
Remove Method (keyword)
NamespacesInTheHand.Data.CommonDbConnectionStringBuilderRemove(String)
.NET Components for Mobility
Removes the entry with the specified key from the DbConnectionStringBuilder instance.
Declaration Syntax
C#Visual Basic
public virtual bool Remove(
	string keyword
)
Public Overridable Function Remove ( _
	keyword As String _
) As Boolean
Parameters
keyword (String)
The key of the key/value pair to be removed from the connection string in this DbConnectionStringBuilder.
Return Value
True if the key existed within the connection string and was removed, false if the key did not exist.

Assembly: InTheHand.Data (Module: InTheHand.Data) Version: 7.0.0.0