DbCommandBuilder.QuoteIdentifier(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
올바른 카탈로그 사례에서 따옴표가 지정되지 않은 식별자를 지정하면 식별자에 포함된 따옴표를 올바르게 이스케이프하는 것을 포함하여 해당 식별자의 올바른 따옴표 형식을 반환합니다.
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
매개 변수
- unquotedIdentifier
- String
원래 따옴 표시되지 않은 식별자입니다.
반품
따옴표 붙은 식별자 버전입니다. 식별자 내의 포함된 따옴표는 제대로 이스케이프됩니다.