Table of Contents

Enum HandleNullPropagationOption

Namespace
System.Web.Http.OData.Query
Assembly
System.Web.Http.OData.dll

This enum defines how to handle null propagation in queryable support.

public enum HandleNullPropagationOption

Fields

Default = 0

Determine how to handle null propagation based on the query provider during query composition. This is the default value used in ODataQuerySettings

False = 2

Do not handle null propagation during query composition.

True = 1

Handle null propagation during query composition.