ModelMetadata.Navigations 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.
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()