Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enum defines how to handle null propagation in queryable support.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public enum HandleNullPropagationOption
public enum class HandleNullPropagationOption
type HandleNullPropagationOption
Public Enumeration HandleNullPropagationOption
Members
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. |
See Also
System.Web.Http.OData.Query Namespace
Return to top