EdmTypeReference.IsNullable Property
Gets a value indicating whether this type is nullable.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property IsNullable As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
True if this type is nullable; otherwise, false.