QuoteIdentifier Method (MySqlCommandBuilder)
Returns the string passed as the parameter enclosed in quotes.
'Declaration
Public Overrides Function QuoteIdentifier( _
ByVal As String _
) As String
Parameters
- unquotedIdentifier
- Identifier to be placed inside the quotes.
Return Value
The identifier enclosed in quotes.