DataParameter.IsNullable (Propiedad)

Obtiene un valor de Boolean que indica si el parámetro actual puede tener un valor NULL siempre que se deriva.

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

Sintaxis

'Declaración
Public ReadOnly Property IsNullable As Boolean
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
abstract IsNullable : bool
override IsNullable : bool
final function get IsNullable () : boolean

Valor de propiedad

Tipo: System.Boolean
true si este parámetro puede tener un valor null; si no, false.

Implementaciones

IVsDataParameterDescriptor.IsNullable

Excepciones

Excepción Condición
InvalidOperationException

Este parámetro no se deriva.

Comentarios

Un valor NULL en este caso es representado por la instancia de Value .

Seguridad de .NET Framework

Vea también

Referencia

DataParameter Clase

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