AdoDotNetObjectIdentifierConverter.RequiresQuoting Method

Indicates whether the specified identifier part requires quotation marks.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overridable Function RequiresQuoting ( _
    identifierPart As String _
) As Boolean
'Usage
Dim identifierPart As String 
Dim returnValue As Boolean 

returnValue = Me.RequiresQuoting(identifierPart)
protected virtual bool RequiresQuoting(
    string identifierPart
)
protected:
virtual bool RequiresQuoting(
    String^ identifierPart
)
protected function RequiresQuoting(
    identifierPart : String
) : boolean

Parameters

  • identifierPart
    Type: System.String

    The name of the identifier part

Return Value

Type: System.Boolean
A Boolean value indicating whether the identifier part requires quotation marks.

Remarks

Notes to Inheritors:

The default implementation returns false. Override to specify the conditions for which the identifier needs quotation marks.

.NET Framework Security

See Also

Reference

AdoDotNetObjectIdentifierConverter Class

AdoDotNetObjectIdentifierConverter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace