DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase Class / QuoteIdentifier Method

In This Topic
    QuoteIdentifier Method (C1CommandBuilderBase)
    In This Topic
    Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier.
    Syntax
    'Declaration
     
    Public Overrides Function QuoteIdentifier( _
       ByVal unquotedIdentifier As String _
    ) As String
    public override string QuoteIdentifier( 
       string unquotedIdentifier
    )

    Parameters

    unquotedIdentifier
    See Also