SqlCommandBuilder.UnquoteIdentifier(String) 메서드

정의

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

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

매개 변수

quotedIdentifier
String

포함된 따옴표를 제거할 식별자입니다.

반환

포함된 따옴표가 이스케이프 해제된, 따옴표 붙지 않은 식별자입니다.

적용 대상

추가 정보