ODataModelBuilder.NavigationSources Property

Definition

Gets the collection of EDM navigation sources (entity sets and singletons) in the model to be built.

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

Property Value

Applies to