DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommandBuilder Class / QuoteIdentifier Method

In This Topic
    QuoteIdentifier Method (C1D365SCommandBuilder)
    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