UpdateAndSelectSqlGenerator(UpdateSqlGeneratorDependencies) 构造函数

定义

初始化此类的新实例。

protected UpdateAndSelectSqlGenerator (Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator : Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies -> Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator
Protected Sub New (dependencies As UpdateSqlGeneratorDependencies)

参数

dependencies
UpdateSqlGeneratorDependencies

包含此服务的依赖项的参数对象。

适用于