NewDbContextTemplateModel(String, ModelType, ModelType) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- dbContextName
- String
- modelType
- ModelType
- programType
- ModelType