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


In This Topic
    SchemaSeparator Property
    In This Topic
    Gets or sets the character to be used for the separator between the schema identifier and any other identifiers. The default Schema Separator is a period (.). The only acceptable value for this property is a period (.). This is the character that should be used as a separator between schema identifiers and other objects. tablename.columname is an example of the usage.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Overrides NotOverridable Property SchemaSeparator As System.String
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim value As System.String
     
    instance.SchemaSeparator = value
     
    value = instance.SchemaSeparator
    [System.ComponentModel.Browsable(false)]
    public override System.string SchemaSeparator {get; set;}

    Property Value

    The character to be used as the schema separator.
    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