Share via


AdoDotNetObjectMemberComparer.RequiresQuoting(String) Method

Definition

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.

Applies to