Share via


ODataModelBuilder.StructuralTypes Property

 

Gets the collection of EDM structural types 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<StructuralTypeConfiguration> StructuralTypes { get; }
public:
property IEnumerable<StructuralTypeConfiguration^>^ StructuralTypes {
    virtual IEnumerable<StructuralTypeConfiguration^>^ get();
}
abstract StructuralTypes : IEnumerable<StructuralTypeConfiguration> with get
override StructuralTypes : IEnumerable<StructuralTypeConfiguration> with get
Public Overridable ReadOnly Property StructuralTypes As IEnumerable(Of StructuralTypeConfiguration)

Property Value

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

The collection of EDM structural types in the model.

See Also

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

Return to top