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

Remove Method (SqlShimConnectionStringBuilder)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also