OracleCommandBuilder.QuoteIdentifier Method
.NET Framework 4.5
Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- unquotedIdentifier
- Type: System.String
The original unquoted identifier.
Return Value
Type: System.StringThe quoted version of the identifier. Embedded quotes within the identifier are properly escaped.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.