AdoDotNetObjectIdentifierConverter.RequiresQuoting(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the specified identifier part requires quotation marks.
protected:
virtual bool RequiresQuoting(System::String ^ identifierPart);
protected virtual bool RequiresQuoting (string identifierPart);
abstract member RequiresQuoting : string -> bool
override this.RequiresQuoting : string -> bool
Protected Overridable Function RequiresQuoting (identifierPart As String) As Boolean
Parameters
- identifierPart
- String
The name of the identifier part
Returns
A Boolean value indicating whether the identifier part requires quotation marks.