Delen via


ODataServiceDocument.EntitySets Property

Definition

Gets or sets the set of entity sets in the service document.

public System.Collections.Generic.IEnumerable<Microsoft.OData.ODataEntitySetInfo> EntitySets { get; set; }
member this.EntitySets : seq<Microsoft.OData.ODataEntitySetInfo> with get, set
Public Property EntitySets As IEnumerable(Of ODataEntitySetInfo)

Property Value

The set of entity sets in the service document.

Applies to