Sdílet prostřednictvím


AdoDotNetObjectMemberComparer.RequiresQuoting – metoda

Určuje, zda je součástí identifikátor vyžaduje uvozovky.

Obor názvů:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
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

Parametry

  • identifierPart
    Typ: System.String
    Řetězec představující část identifikátoru objektu databáze.

Vrácená hodnota

Typ: System.Boolean
true Pokud identifikátor části vyžaduje uvozovky; jinak false .

Poznámky

Výchozí implementace vrátí false .Přepsat poskytují vlastní implementace.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AdoDotNetObjectMemberComparer Třída

Microsoft.VisualStudio.Data.Framework.AdoDotNet – obor názvů