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


In This Topic
    QuotePrefix Property
    In This Topic
    Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. VistaDB supports only "[" as quote prefix
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Overrides NotOverridable Property QuotePrefix As System.String
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim value As System.String
     
    instance.QuotePrefix = value
     
    value = instance.QuotePrefix
    [System.ComponentModel.Browsable(false)]
    public override System.string QuotePrefix {get; set;}

    Property Value

    The beginning character or characters to use. The default is an empty string.
    Exceptions
    ExceptionDescription
    This property cannot be changed after an insert, update, or delete command has been generated.
    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