SqlCommandBuilder.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

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

반품

따옴표 붙은 식별자 버전입니다. 식별자 내의 포함된 따옴표가 올바르게 이스케이프됩니다.

적용 대상

추가 정보