This topic has not yet been rated - Rate this topic

OracleCommandBuilder.UnquoteIdentifier Method

Note: This method is new in the .NET Framework version 2.0.

Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.

Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)

'Declaration
Public Overrides Function UnquoteIdentifier ( _
	quotedIdentifier As String _
) As String
'Usage
Dim instance As OracleCommandBuilder
Dim quotedIdentifier As String
Dim returnValue As String

returnValue = instance.UnquoteIdentifier(quotedIdentifier)
public String UnquoteIdentifier (
	String quotedIdentifier
)
public override function UnquoteIdentifier (
	quotedIdentifier : String
) : String

Parameters

quotedIdentifier

The identifier that will have its embedded quotes removed.

Return Value

The unquoted identifier, with embedded quotes properly un-escaped.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.