OracleCommandBuilder.UnquoteIdentifier(String) Metoda

Definice

Vzhledem k identifikátoru v uvozovkách vrátí správnou necitovanou formu tohoto identifikátoru, včetně správného zrušení zapouzdření všech vložených uvozovek v identifikátoru.

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

Parametry

quotedIdentifier
String

Identifikátor, který bude obsahovat vložené uvozovky, se odeberou.

Návraty

Necitovaný identifikátor se vložených uvozovek správně neuvozuje.

Platí pro