VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / CatalogSeparator Property


In This Topic
    CatalogSeparator Property
    In This Topic
    Sets or gets a string used as the catalog separator for an instance of the System.Data.Common.DbCommandBuilder class.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(".")>
    <ResCategoryAttribute("DataCategory_Schema")>
    <ResDescriptionAttribute("DbCommandBuilder_CatalogSeparator")>
    Public Property CatalogSeparator As System.String
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim value As System.String
     
    instance.CatalogSeparator = value
     
    value = instance.CatalogSeparator
    [System.ComponentModel.DefaultValue(".")]
    [ResCategory("DataCategory_Schema")]
    [ResDescription("DbCommandBuilder_CatalogSeparator")]
    public System.string CatalogSeparator {get; set;}

    Property Value

    A string indicating the catalog separator for use with an instance of the System.Data.Common.DbCommandBuilder class.
    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