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

In This Topic
    UnquoteIdentifier Method (C1D365SCommandBuilder)
    In This Topic
    Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.
    Syntax
    'Declaration
     
    Public Function UnquoteIdentifier( _
       ByVal quotedIdentifier As String _
    ) As String
    public string UnquoteIdentifier( 
       string quotedIdentifier
    )

    Parameters

    quotedIdentifier
    See Also