Simple.OData.V3.Client by Vagif Abilov

<PackageReference Include="Simple.OData.V3.Client" Version="4.14.0" />

 ODataExpandOptions

public class ODataExpandOptions
Specifies how to expand entity associations.
public ODataExpandMode ExpandMode { get; }

The expansion mode (by value or by reference).

public int Levels { get; }

The number of levels to expand.

public static ODataExpandOptions ByReference(int levels = 1)

Expansion by reference.

Expansion by reference.

public static ODataExpandOptions ByValue(int levels = 1)

Expansion by value.

Expansion by value.