Share via


ODataModelBuilder.EntitySets Property

Definition

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

public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.EntitySetConfiguration> EntitySets { get; }
member this.EntitySets : seq<Microsoft.AspNet.OData.Builder.EntitySetConfiguration>
Public Overridable ReadOnly Property EntitySets As IEnumerable(Of EntitySetConfiguration)

Property Value

Applies to