HandleNullPropagationOption Enum

Definition

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

public enum HandleNullPropagationOption
type HandleNullPropagationOption = 
Public Enum HandleNullPropagationOption
Inheritance
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.

Applies to