ModelMetadata.Navigations Property

Definition

Only navigations that are dependent and has all properties defined in code (non-shadow properties) are returned as part of this. Typically this is used to create code for drop down lists to choose values from principal entity.

public:
 property cli::array <Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::INavigationMetadata ^> ^ Navigations { cli::array <Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::INavigationMetadata ^> ^ get(); };
public Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.INavigationMetadata[] Navigations { get; }
member this.Navigations : Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.INavigationMetadata[]
Public ReadOnly Property Navigations As INavigationMetadata()

Property Value

INavigationMetadata[]

Implements

Applies to