CodeModelMetadata.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.
Always returns empty array as there is no Entity type information
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()