NewDbContextTemplateModel(String, ModelType, ModelType) 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:
NewDbContextTemplateModel(System::String ^ dbContextName, Microsoft::VisualStudio::Web::CodeGeneration::ModelType ^ modelType, Microsoft::VisualStudio::Web::CodeGeneration::ModelType ^ programType);
public NewDbContextTemplateModel (string dbContextName, Microsoft.VisualStudio.Web.CodeGeneration.ModelType modelType, Microsoft.VisualStudio.Web.CodeGeneration.ModelType programType);
new Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.NewDbContextTemplateModel : string * Microsoft.VisualStudio.Web.CodeGeneration.ModelType * Microsoft.VisualStudio.Web.CodeGeneration.ModelType -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.NewDbContextTemplateModel
Public Sub New (dbContextName As String, modelType As ModelType, programType As ModelType)
Parameters
- dbContextName
- String
- modelType
- ModelType
- programType
- ModelType