In The Hand LtdIn The Hand
ContainsKey Method (keyword)
NamespacesInTheHand.Data.CommonDbConnectionStringBuilderContainsKey(String)
.NET Components for Mobility
Determines if the DbConnectionStringBuilder contains a specific key.
Declaration Syntax
C#Visual Basic
public virtual bool ContainsKey(
	string keyword
)
Public Overridable Function ContainsKey ( _
	keyword As String _
) As Boolean
Parameters
keyword (String)
The key to locate in the DbConnectionStringBuilder.
Return Value
true if the DbConnectionStringBuilder contains an entry with the specified key; otherwise, false

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