AdoDotNetParameter.GetNameCore (Método)

Recupera el nombre del parámetro.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Protected Overrides Function GetNameCore As String
protected override string GetNameCore()
protected:
virtual String^ GetNameCore() override
abstract GetNameCore : unit -> string 
override GetNameCore : unit -> string 
protected override function GetNameCore() : String

Valor devuelto

Tipo: System.String
Nombre del parámetro.

Comentarios

Este método llama la implementación de la propiedad de Name .

La implementación base de este método devuelve nullreferencia null (Nothing en Visual Basic), que indica un parámetro anónimo.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetParameter Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)