Share via


ODataModelBuilder.StructuralTypes Property

Definition

Gets the collection of EDM types in the model to be built.

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

Property Value

Applies to