Simple.OData.V3.Client by Vagif Abilov

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

.NET API 399,360 bytes

 ExpressionContext

public string DynamicPropertiesContainerName { get; set; }

public EntityCollection EntityCollection { get; set; }

public bool IsQueryOption { get; set; }

public string ScopeQualifier { get; set; }

public ISession Session { get; set; }

public ExpressionContext(ISession session)

public ExpressionContext(ISession session, EntityCollection entityCollection, string scopeQualifier, string dynamicPropertiesContainerName)

public ExpressionContext(ISession session, bool isQueryOption)