Mimer SQL Data Provider
Remove Method (MimerConnectionStringBuilder)




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : Remove Method
The key to remove.
Remove the specified key from the MimerConnectionStringBuilder instance.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Remove( _
   ByVal keyword As String _
) As Boolean
public override bool Remove( 
   string keyword
)
public function Remove( 
    keyword: String
): Boolean; override; 
public override function Remove( 
   keyword : String
) : boolean;
public: bool Remove( 
   string* keyword
) override 

Parameters

keyword
The key to remove.

Return Value

true if the keyword existed and was removed; otherwise false.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members