DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneCommandBuilder Class / QuoteIdentifier Method

In This Topic
    QuoteIdentifier Method (C1KintoneCommandBuilder)
    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 Function QuoteIdentifier( _
       ByVal unquotedIdentifier As String _
    ) As String
    public string QuoteIdentifier( 
       string unquotedIdentifier
    )

    Parameters

    unquotedIdentifier
    See Also