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 IEdmEntitySet to which this instance belongs.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmEntitySet EntitySet { get; set; }
public:
property IEdmEntitySet^ EntitySet {
IEdmEntitySet^ get();
void set(IEdmEntitySet^ value);
}
member EntitySet : IEdmEntitySet with get, set
Public Property EntitySet As IEdmEntitySet
Property Value
Type: Microsoft.Data.Edm.IEdmEntitySet
See Also
EntityInstanceContext Class
System.Web.Http.OData Namespace
Return to top