ODataOmitValues.Nulls

Updated on

ODataOmitValues.Nulls is an enumeration that specifies the kinds of values an OData service can omit.

Examples

A the typical use-case for ODataOmitValues.Nulls is in the OData.Feed function. You can specify to omit null values in the optional options parameter.

= OData.Feed(
    "https://analytics.dev.azure.com/yourstring",
    null,
    [ OmitValues = ODataOmitValues.Nulls, ODataVersion = 4 , Implementation = "2.0" ]
) 

Applies to

Here’s a list of functions that work with ODataOmitValues.Type:

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy