AdoDotNetObjectMemberComparer.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 an 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
A string representing a portion of the identifier of a database object.
Returns
true if the identifier part requires quotation marks; otherwise, false.