dotConnect for Mailchimp Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / Remove Method
The key to clear.

In This Topic
Remove Method (SqlShimConnectionStringBuilder)
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