ODataOmitValues.Nulls

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:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.