SqlCommandBuilder.UnquoteIdentifier(String) Metoda

Definice

Vzhledem k uvozovanému identifikátoru vrátí správnou necitovanou formu tohoto identifikátoru. To zahrnuje správné 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ě neuvolní.

Platí pro

Viz také