DB2®ConnectionStringBuilder.TryGetValue Method
Retrieves a value from the DB2ConnectionStringBuilder corresponding to the specified key.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Parameters
- keyword
- The name of the key to use.
- value
- The value of the specified key.
Return value
true
if
the key value pair exists in the connection string; otherwise false
.