dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / Remove Method
The key to clear.

In This Topic
Remove Method (DB2ConnectionStringBuilder)
In This Topic
Sets value of the specified key to default.
Syntax
'Declaration
 
Public Overrides Function Remove( _
   ByVal keyword As String _
) As Boolean
 

Parameters

keyword
The key to clear.

Return Value

true, if operation is successful; false otherwise.
See Also