Partilhar via


ODataEdmPropertyAnnotation.NullValueReadBehaviorKind Property

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.

See Also

Reference

ODataEdmPropertyAnnotation Class

Microsoft.Data.OData.Metadata Namespace