Compartir a través de


IEdmTypeReference.IsNullable Propiedad

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

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

Sintaxis

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

value = instance.IsNullable
bool IsNullable { get; }
property bool IsNullable {
    bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean

Valor de la propiedad

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

Vea también

Referencia

IEdmTypeReference Interfaz

Espacio de nombres Microsoft.Data.Edm