OracleCommandBuilder.QuoteIdentifier(String) 메서드

정의

올바른 카탈로그 대/소문자로 따옴표 붙지 않은 식별자가 제공되는 경우 따옴표 붙은 올바른 형식의 해당 식별자를 반환합니다. 여기에는 식별자에 포함된 모든 따옴표를 이스케이프하는 작업이 포함됩니다.

public:
 override System::String ^ QuoteIdentifier(System::String ^ unquotedIdentifier);
public override string QuoteIdentifier (string unquotedIdentifier);
override this.QuoteIdentifier : string -> string
Public Overrides Function QuoteIdentifier (unquotedIdentifier As String) As String

매개 변수

unquotedIdentifier
String

따옴표 붙지 않은 원래 식별자입니다.

반환

따옴표를 사용한 식별자입니다. 식별자에 포함된 따옴표가 올바르게 이스케이프되었습니다.

적용 대상