ODataServiceDocument Class
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.
Class representing the a service document.
public sealed class ODataServiceDocument : Microsoft.OData.ODataAnnotatable
type ODataServiceDocument = class
inherit ODataAnnotatable
Public NotInheritable Class ODataServiceDocument
Inherits ODataAnnotatable
- Inheritance
Constructors
ODataServiceDocument() |
Properties
EntitySets |
Gets or sets the set of entity sets in the service document. |
FunctionImports |
Gets or sets the set of function imports in the service document. |
Singletons |
Gets or sets the set of singletons in the service document. |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |