ODataModelBuilder.EntitySets Property

 

Gets the collection of EDM entity sets in the model to be built.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public virtual IEnumerable<EntitySetConfiguration> EntitySets { get; }
public:
property IEnumerable<EntitySetConfiguration^>^ EntitySets {
    virtual IEnumerable<EntitySetConfiguration^>^ get();
}
abstract EntitySets : IEnumerable<EntitySetConfiguration> with get
override EntitySets : IEnumerable<EntitySetConfiguration> with get
Public Overridable ReadOnly Property EntitySets As IEnumerable(Of EntitySetConfiguration)

Property Value

Type: System.Collections.Generic.IEnumerable<EntitySetConfiguration>

The collection of EDM entity sets in the model to be built.

See Also

ODataModelBuilder Class
System.Web.Http.OData.Builder Namespace

Return to top