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