Mimer SQL Data Provider
ContainsKey Method




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

Parameters

keyword
The key to locate.

Return Value

true if the key is found; otherwise false.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members