In The Hand LtdIn The Hand
Add Method (keyword, value)
NamespacesInTheHand.Data.CommonDbConnectionStringBuilderAdd(String, Object)
.NET Components for Mobility
Adds an entry with the specified key and value into the DbConnectionStringBuilder.
Declaration Syntax
C#Visual Basic
public void Add(
	string keyword,
	Object value
)
Public Sub Add ( _
	keyword As String, _
	value As Object _
)
Parameters
keyword (String)
The key to add to the DbConnectionStringBuilder.
value (Object)
The value for the specified key.

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