[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBuilderBase.QuoteIdentifier

QuoteIdentifier Method

QuoteIdentifier(string)

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.

Declaration
public override string QuoteIdentifier(string unquotedIdentifier)
Parameters
Type Name Description
string unquotedIdentifier
Returns
Type Description
string
Overrides