Mimer SQL Data Provider
ShouldSerialize Method




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

Parameters

keyword
The key to locate in the MimerConnectionStringBuilder.

Return Value

true if the MimerConnectionStringBuilder contains an entry with the specified key; otherwise false.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members