DbCommandBuilder.QuoteIdentifier(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
virtual System::String ^ QuoteIdentifier(System::String ^ unquotedIdentifier);
public virtual string QuoteIdentifier (string unquotedIdentifier);
abstract member QuoteIdentifier : string -> string
override this.QuoteIdentifier : string -> string
Public Overridable Function QuoteIdentifier (unquotedIdentifier As String) As String
Parameters
- unquotedIdentifier
- String
The original unquoted identifier.
Returns
The quoted version of the identifier. Embedded quotes within the identifier are properly escaped.
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.