Condividi tramite


Metodo AdoDotNetObjectMemberComparer.RequiresQuoting

Indica se una parte dell'identificatore richiede le virgolette.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

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

Parametri

  • identifierPart
    Tipo: String

    Stringa che rappresenta una parte dell'identificatore di un oggetto di database.

Valore restituito

Tipo: Boolean
true se la parte dell'identificatore richiede le virgolette, in caso contrario, false.

Note

L'implementazione predefinita restituisce false. Override per fornire un'implementazione personalizzata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetObjectMemberComparer Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet