HandleNullPropagationOption Enumeration
This enum defines how to handle null propagation in queryable support.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Member name | Description | |
|---|---|---|
| Default | Determine how to handle null propagation based on the query provider during query composition. This is the default value used in ODataQuerySettings | |
| False | Do not handle null propagation during query composition. | |
| True | Handle null propagation during query composition. |
Show: