HandleNullPropagationOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum defines how to handle null propagation in queryable support.
public enum HandleNullPropagationOption
type HandleNullPropagationOption =
Public Enum HandleNullPropagationOption
- Inheritance
-
HandleNullPropagationOption
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Determine how to handle null propagation based on the query provider during query composition. This is the default value used in ODataQuerySettings |
True | 1 | Handle null propagation during query composition. |
False | 2 | Do not handle null propagation during query composition. |