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.
The EntitySet that entities are returned from.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public EntitySetConfiguration EntitySet {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property EntitySetConfiguration^ EntitySet {
[CompilerGeneratedAttribute]
EntitySetConfiguration^ get();
[CompilerGeneratedAttribute]
void set(EntitySetConfiguration^ value);
}
member EntitySet : EntitySetConfiguration with get, set
Public Property EntitySet As EntitySetConfiguration
Property Value
Type: System.Web.Http.OData.Builder.EntitySetConfiguration
See Also
ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top