dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbCommandBuilder Class / QuoteIdentifier Method
Identifier to be placed inside the quotes.

QuoteIdentifier Method
Returns the string passed as the parameter enclosed in quotes.
Syntax
'Declaration
 
Public Overrides Function QuoteIdentifier( _
   ByVal unquotedIdentifier As String _
) As String
 

Parameters

unquotedIdentifier
Identifier to be placed inside the quotes.

Return Value

The identifier enclosed in quotes.
Remarks
This method constructs a quoted identifier by concatenating QuotePrefix, unquotedIdentifier, and QuoteSuffix.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also