UnquoteIdentifier 메서드
지정된 식별자의 따옴표가 없는 올바른 형식을 반환합니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe.dll의 System.Data.SqlServerCe
구문
‘선언
Public Overrides Function UnquoteIdentifier ( _
quotedIdentifier As String _
) As String
‘사용 방법
Dim instance As SqlCeCommandBuilder
Dim quotedIdentifier As String
Dim returnValue As String
returnValue = instance.UnquoteIdentifier(quotedIdentifier)
public override string UnquoteIdentifier(
string quotedIdentifier
)
public:
virtual String^ UnquoteIdentifier(
String^ quotedIdentifier
) override
abstract UnquoteIdentifier :
quotedIdentifier:string -> string
override UnquoteIdentifier :
quotedIdentifier:string -> string
public override function UnquoteIdentifier(
quotedIdentifier : String
) : String
매개 변수
- quotedIdentifier
형식: System. . :: . .String
따옴표가 없는 형식을 반환할 식별자입니다.
반환 값
형식: System. . :: . .String
모든 따옴표가 제거된 식별자입니다.
예외
예외 | 조건 |
---|---|
ArgumentNullException | quotedIdentifier가 null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) 인 경우 |
주의
식별자 내에 포함된 따옴표가 이스케이프 해제(제거)되었습니다.