Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回不带引号标识符的正确加引号形式,该标识符中的所有嵌入式引号都已经过正确转义。
Public Overrides Function QuoteIdentifier( ByVal unquotedIdentifier As String ) As String
public override string QuoteIdentifier(string unquotedIdentifier)
unquotedIdentifier 表示不带引号标识符的字符串,该字符串将被加上引号。
返回一个字符串,该字符串表示已对嵌入式引号正确转义的不带引号标识符的加引号形式。