Share via


ODataNullValueBehaviorKind Enum

Definition

Represents the behavior of readers when reading property with null value.

public enum ODataNullValueBehaviorKind
type ODataNullValueBehaviorKind = 
Public Enum ODataNullValueBehaviorKind
Inheritance
ODataNullValueBehaviorKind

Fields

Default 0

The default behavior - this means validate the null value against the declared type and then report the null value.

DisableValidation 2

This means to report the value, but not validate it against the model.

IgnoreValue 1

This means to not report the value and not validate it against the model.

Applies to