In The Hand LtdIn The Hand
TryGetValue Method (keyword, value)
NamespacesInTheHand.Data.CommonDbConnectionStringBuilderTryGetValue(String, Object%)
.NET Components for Mobility
Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder.
Declaration Syntax
C#Visual Basic
public virtual bool TryGetValue(
	string keyword,
	out Object value
)
Public Overridable Function TryGetValue ( _
	keyword As String, _
	<OutAttribute> ByRef value As Object _
) As Boolean
Parameters
keyword (String)
The key of the item to retrieve.
value (Object%)
The value corresponding to keyname.
Return Value
True if keyword was found within the connection string, false otherwise.

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