ODataServiceDocument.EntitySets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.