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
protected virtual bool RequiresQuoting(
string identifierPart
)
protected:
virtual bool RequiresQuoting(
String^ identifierPart
)
abstract RequiresQuoting :
identifierPart:string -> bool
override RequiresQuoting :
identifierPart:string -> bool
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.