ODataModelBuilder.NavigationSources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)