Compartir a través de


EdmTypeReference.IsNullable Propiedad

Obtiene un valor que indica si el este tipo admite valores NULL.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsNullable As Boolean
    Get
'Uso
Dim instance As EdmTypeReference
Dim value As Boolean

value = instance.IsNullable
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 la propiedad

Tipo: System.Boolean
Es True si este tipo acepta valores NULL; de lo contrario, es false.

Implementa

IEdmTypeReference.IsNullable

Vea también

Referencia

EdmTypeReference Clase

Espacio de nombres Microsoft.Data.Edm.Library