IEdmTypeReference.IsNullable Property

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.

See Also

Reference

IEdmTypeReference Interface

Microsoft.Data.Edm Namespace