Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating whether this type is nullable.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property IsNullable As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true of the type is nullable; otherwise, false.