次の方法で共有


AdoDotNetObjectIdentifierConverter.RequiresQuoting(String) Method

Definition

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.

Applies to