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


In This Topic
    QuoteSuffix Property
    In This Topic
    Gets or sets the ending 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 suffix
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Overrides NotOverridable Property QuoteSuffix As System.String
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim value As System.String
     
    instance.QuoteSuffix = value
     
    value = instance.QuoteSuffix
    [System.ComponentModel.Browsable(false)]
    public override System.string QuoteSuffix {get; set;}

    Property Value

    The ending character or characters to use. The default is an empty string.
    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