ODataV4ResponseBase

Represents the base class for OData v4.0 responses containing common OData metadata properties. Provides the foundation for strongly-typed OData response handling.

Syntax

public class ODataV4ResponseBase

Inheritance

Properties

ODataContext

[JsonPropertyName("@odata.context")]
public string ODataContext { get; set; }
Gets or sets the OData context URL that describes the payload. This metadata property provides information about the entity set, type, and other context details.

Returns

string