VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / ShouldSerialize Method
The key to locate in the System.Data.Common.DbConnectionStringBuilder.The key to locate in the VistaDBConnectionStringBuilder.


In This Topic
    ShouldSerialize Method
    In This Topic
    Indicates whether the specified key exists in this System.Data.Common.DbConnectionStringBuilder instance. Indicates whether the specified key exists in this VistaDBConnectionStringBuilder instance.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function ShouldSerialize( _
       ByVal keyword As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim keyword As System.String
    Dim value As System.Boolean
     
    value = instance.ShouldSerialize(keyword)
    public override System.bool ShouldSerialize( 
       System.string keyword
    )

    Parameters

    keyword
    The key to locate in the System.Data.Common.DbConnectionStringBuilder.The key to locate in the VistaDBConnectionStringBuilder.

    Return Value

    true if the System.Data.Common.DbConnectionStringBuilder contains an entry with the specified key; otherwise false.true if the VistaDBConnectionStringBuilder contains an entry with the specified key; otherwise, false.
    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