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 the behavior for readers when reading property with null value.
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property NullValueReadBehaviorKind As ODataNullValueBehaviorKind
Get
Set
'Usage
Dim instance As ODataEdmPropertyAnnotation
Dim value As ODataNullValueBehaviorKind
value = instance.NullValueReadBehaviorKind
instance.NullValueReadBehaviorKind = value
public ODataNullValueBehaviorKind NullValueReadBehaviorKind { get; set; }
public:
property ODataNullValueBehaviorKind NullValueReadBehaviorKind {
ODataNullValueBehaviorKind get ();
void set (ODataNullValueBehaviorKind value);
}
member NullValueReadBehaviorKind : ODataNullValueBehaviorKind with get, set
function get NullValueReadBehaviorKind () : ODataNullValueBehaviorKind
function set NullValueReadBehaviorKind (value : ODataNullValueBehaviorKind)
Property Value
Type: Microsoft.Data.OData.Metadata.ODataNullValueBehaviorKind
The behavior for readers when reading property with null value.