dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCommandBuilder Class / QuoteIdentifier Method
Identifier to be placed inside the quotes.

In This Topic
    QuoteIdentifier Method (OracleCommandBuilder)
    In This Topic
    Returns the string passed as the parameter enclosed in quotes.
    Syntax
    'Declaration
     
    Public Overrides Function QuoteIdentifier( _
       ByVal unquotedIdentifier As String _
    ) As String
    public override string QuoteIdentifier( 
       string unquotedIdentifier
    )

    Parameters

    unquotedIdentifier
    Identifier to be placed inside the quotes.

    Return Value

    The identifier enclosed in quotes.
    Remarks
    This method constructs a quoted identifier by concatenating QuotePrefix, unquotedIdentifier, and QuoteSuffix.
    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