dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniCommandBuilder Class / QuotePrefix Property

In This Topic
    QuotePrefix Property
    In This Topic
    The string to be placed before identifier when quoting a string with QuoteIdentifier method.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property QuotePrefix As String
    public override string QuotePrefix {get; set;}

    Property Value

    Quote prefix.
    See Also