DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase Class / UnquoteIdentifier Method

In This Topic
    UnquoteIdentifier Method (C1CommandBuilderBase)
    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 Overrides Function UnquoteIdentifier( _
       ByVal quotedIdentifier As String _
    ) As String
    public override string UnquoteIdentifier( 
       string quotedIdentifier
    )

    Parameters

    quotedIdentifier
    See Also