@@ -89,6 +89,7 @@ public sealed partial class KnownType
89
89
public static readonly KnownType Microsoft_EntityFramework_DbContext = new ( "System.Data.Entity.DbContext" ) ;
90
90
public static readonly KnownType Microsoft_EntityFrameworkCore_DbContext = new ( "Microsoft.EntityFrameworkCore.DbContext" ) ;
91
91
public static readonly KnownType Microsoft_EntityFrameworkCore_DbContextOptionsBuilder = new ( "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder" ) ;
92
+ public static readonly KnownType Microsoft_EntityFrameworkCore_DbSet_TEntity = new ( "Microsoft.EntityFrameworkCore.DbSet" , "TEntity" ) ;
92
93
public static readonly KnownType Microsoft_EntityFrameworkCore_Migrations_Migration = new ( "Microsoft.EntityFrameworkCore.Migrations.Migration" ) ;
93
94
public static readonly KnownType Microsoft_EntityFrameworkCore_MySQLDbContextOptionsExtensions = new ( "Microsoft.EntityFrameworkCore.MySQLDbContextOptionsExtensions" ) ;
94
95
public static readonly KnownType Microsoft_EntityFrameworkCore_NpgsqlDbContextOptionsExtensions = new ( "Microsoft.EntityFrameworkCore.NpgsqlDbContextOptionsExtensions" ) ;
@@ -256,10 +257,14 @@ public sealed partial class KnownType
256
257
public static readonly KnownType System_Data_Common_CommandTrees_DbExpression = new ( "System.Data.Common.CommandTrees.DbExpression" ) ;
257
258
public static readonly KnownType System_Data_DataSet = new ( "System.Data.DataSet" ) ;
258
259
public static readonly KnownType System_Data_DataTable = new ( "System.Data.DataTable" ) ;
260
+ public static readonly KnownType System_Data_Entity_Core_Objects_ObjectQuery = new ( "System.Data.Entity.Core.Objects.ObjectQuery" ) ;
259
261
public static readonly KnownType System_Data_Entity_Database = new ( "System.Data.Entity.Database" ) ;
260
262
public static readonly KnownType System_Data_Entity_DbSet = new ( "System.Data.Entity.DbSet" ) ;
261
263
public static readonly KnownType System_Data_Entity_DbSet_TEntity = new ( "System.Data.Entity.DbSet" , "TEntity" ) ;
264
+ public static readonly KnownType System_Data_Entity_Infrastructure_DbQuery = new ( "System.Data.Entity.Infrastructure.DbQuery" ) ;
265
+ public static readonly KnownType System_Data_Entity_Infrastructure_DbQuery_TResult = new ( "System.Data.Entity.Infrastructure.DbQuery" , "TResult" ) ;
262
266
public static readonly KnownType System_Data_IDbCommand = new ( "System.Data.IDbCommand" ) ;
267
+ public static readonly KnownType System_Data_Linq_ITable = new ( "System.Data.Linq.ITable" ) ;
263
268
public static readonly KnownType System_Data_Odbc_OdbcCommand = new ( "System.Data.Odbc.OdbcCommand" ) ;
264
269
public static readonly KnownType System_Data_Odbc_OdbcDataAdapter = new ( "System.Data.Odbc.OdbcDataAdapter" ) ;
265
270
public static readonly KnownType System_Data_OracleClient_OracleCommand = new ( "System.Data.OracleClient.OracleCommand" ) ;
@@ -600,6 +605,13 @@ public sealed partial class KnownType
600
605
System_Runtime_CompilerServices_CallerFilePathAttribute ,
601
606
System_Runtime_CompilerServices_CallerLineNumberAttribute ,
602
607
System_Runtime_CompilerServices_CallerMemberNameAttribute ) ;
608
+ public static readonly ImmutableArray < KnownType > DatabaseBaseQueryTypes =
609
+ ImmutableArray . Create (
610
+ System_Data_Entity_Infrastructure_DbQuery ,
611
+ System_Data_Entity_Infrastructure_DbQuery_TResult ,
612
+ Microsoft_EntityFrameworkCore_DbSet_TEntity ,
613
+ System_Data_Linq_ITable ,
614
+ System_Data_Entity_Core_Objects_ObjectQuery ) ;
603
615
public static readonly ImmutableArray < KnownType > FloatingPointNumbers =
604
616
ImmutableArray . Create (
605
617
System_Half ,
0 commit comments