AdoDotNetParameter.GetIsNullableImpl (Método)

Recupera un valor booleano que indica si este parámetro puede ser nullreferencia null (Nothing en Visual Basic).

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

Sintaxis

'Declaración
Protected Overrides Function GetIsNullableImpl As Boolean
protected override bool GetIsNullableImpl()
protected:
virtual bool GetIsNullableImpl() override
abstract GetIsNullableImpl : unit -> bool 
override GetIsNullableImpl : unit -> bool 
protected override function GetIsNullableImpl() : boolean

Valor devuelto

Tipo: System.Boolean
Devuelve true si este parámetro puede tener un valor de nullreferencia null (Nothing en Visual Basic) ; si no devuelve false.

Comentarios

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

La implementación base de este método devuelve true.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetParameter Clase

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