Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the entity set of the path.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmEntitySet EntitySet { get; }
public:
property IEdmEntitySet^ EntitySet {
IEdmEntitySet^ get();
}
member EntitySet : IEdmEntitySet with get
Public ReadOnly Property EntitySet As IEdmEntitySet
Property Value
Type: Microsoft.Data.Edm.IEdmEntitySet
See Also
ODataPath Class
System.Web.Http.OData.Routing Namespace
Return to top