ODataNullValueBehaviorKind Enumeration
Represents the behavior of readers when reading property with null value.
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Enumeration ODataNullValueBehaviorKind
'Usage
Dim instance As ODataNullValueBehaviorKind
public enum ODataNullValueBehaviorKind
public enum class ODataNullValueBehaviorKind
type ODataNullValueBehaviorKind
public enum ODataNullValueBehaviorKind
Members
Member name | Description | |
---|---|---|
Default | Defines the default behavior - this means validate the null value against the declared type and then report the null value. | |
DisableValidation | Defines a value which means to report the value, but not validate it against the model. | |
IgnoreValue | Defines a value which means to not report the value and not validate it against the model. |