NavigationMetadata(INavigation, Type) Constructor
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.
public:
NavigationMetadata(Microsoft::EntityFrameworkCore::Metadata::INavigation ^ navigation, Type ^ dbContextType);
public NavigationMetadata (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Type dbContextType);
new Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.NavigationMetadata : Microsoft.EntityFrameworkCore.Metadata.INavigation * Type -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.NavigationMetadata
Public Sub New (navigation As INavigation, dbContextType As Type)
Parameters
- navigation
- INavigation
- dbContextType
- Type