// Generated by tsbindgen - Extension Method Tables // This file contains method-table interfaces for C# extension methods. // Tables are scoped by declaring namespace (C# using semantics). // For each namespace with extension methods, this file exports an ExtensionMethods_ helper. // Import namespace modules for cross-namespace type references import * as Microsoft_EntityFrameworkCore from "../../Microsoft.EntityFrameworkCore/internal/index.js"; import * as Microsoft_EntityFrameworkCore_ChangeTracking from "../../Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.js"; import * as Microsoft_EntityFrameworkCore_ChangeTracking_Internal from "../../Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Diagnostics from "../../Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Infrastructure from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Internal from "../../Microsoft.EntityFrameworkCore.Internal/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Metadata from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Metadata_Builders from "../../Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Metadata_Conventions from "../../Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Metadata_Internal from "../../Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Migrations from "../../Microsoft.EntityFrameworkCore.Migrations/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Migrations_Operations from "../../Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Query from "../../Microsoft.EntityFrameworkCore.Query/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Query_Internal from "../../Microsoft.EntityFrameworkCore.Query.Internal/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Query_SqlExpressions from "../../Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Storage from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Update from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js"; import * as Microsoft_Extensions_DependencyInjection from "../../Microsoft.Extensions.DependencyInjection/internal/index.js"; import * as System from "@tsonic/dotnet/System/internal/index.js"; import * as System_Collections_Generic from "@tsonic/dotnet/System.Collections.Generic/internal/index.js"; import * as System_Collections_ObjectModel from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js"; import * as System_ComponentModel from "@tsonic/dotnet/System.ComponentModel/internal/index.js"; import * as System_Data from "@tsonic/dotnet/System.Data/internal/index.js"; import * as System_Data_Common from "@tsonic/dotnet/System.Data.Common/internal/index.js"; import * as System_Linq from "@tsonic/dotnet/System.Linq/internal/index.js"; import * as System_Linq_Expressions from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js"; import * as System_Reflection from "@tsonic/dotnet/System.Reflection/internal/index.js"; import * as System_Threading from "@tsonic/dotnet/System.Threading/internal/index.js"; import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js"; import * as System_Transactions from "../../System.Transactions/internal/index.js"; // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Import sticky extension scope helper import type { Rewrap } from '@tsonic/core/lang.js'; // Import CLR type aliases for generic type arguments import * as System_Internal from "@tsonic/dotnet/System/internal/index.js"; // Internal helper types for sticky extension scopes type __TsonicExtMapOf = T extends { __tsonic_ext?: infer M } ? M : {}; type __TsonicMergeExtMaps = A & B; type __TsonicWithExt = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf, { [P in K]: TApplier }> }; // Extension method table for namespace: Microsoft.EntityFrameworkCore interface __TsonicExtMethods_Microsoft_EntityFrameworkCore { AddCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string, sql: string, fromDataAnnotation?: boolean): Rewrap; AddCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string, sql: string): Rewrap; AddDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, methodInfo: System_Reflection.MethodInfo, fromDataAnnotation?: boolean): Rewrap; AddDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string, returnType: System.Type, fromDataAnnotation?: boolean): Rewrap; AddDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, methodInfo: System_Reflection.MethodInfo): Rewrap; AddDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string, returnType: System.Type): Rewrap; AddSequence(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string, schema?: string | null, fromDataAnnotation?: boolean): Rewrap; AddSequence(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string, schema?: string | null): Rewrap; AllAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AnyAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AnyAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AreFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder_1, fixedLength?: boolean): Rewrap>; AreFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder, fixedLength?: boolean): Rewrap; AreNamedDefaultConstraintsUsed(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap; AsAsyncEnumerable(this: System_Linq.IQueryable_1): Rewrap>; AsNoTracking(this: System_Linq.IQueryable_1): Rewrap>; AsNoTrackingWithIdentityResolution(this: System_Linq.IQueryable_1): Rewrap>; AsSingleQuery(this: System_Linq.IQueryable_1): Rewrap>; AsSplitQuery(this: System_Linq.IQueryable_1): Rewrap>; AsTracking(this: System_Linq.IQueryable_1): Rewrap>; AsTracking(this: System_Linq.IQueryable_1, track: Microsoft_EntityFrameworkCore.QueryTrackingBehavior): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; AverageAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; AverageAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; AverageAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; AverageAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; AverageAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; AverageAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; AverageAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; AverageAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; BeginTransaction(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, isolationLevel: System_Data.IsolationLevel): Rewrap; BeginTransactionAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): Rewrap>; CanExcludeTableFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, excludedFromMigrations: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanHaveCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string, sql: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, collation: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, collation: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string | null, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap; CanSetColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, order: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanSetColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, typeName: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, comment: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, comment: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, sql: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionForeignKeyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetDefaultSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, value: unknown | null, fromDataAnnotation?: boolean): Rewrap; CanSetDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, sql: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetFilter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, sql: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionElementTypeBuilder, fixedLength: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanSetFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, function_: System_Reflection.MethodInfo | null, fromDataAnnotation?: boolean): Rewrap; CanSetIsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, fixedLength: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanSetIsStoredComputedColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, stored: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanSetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, strategy: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetMaxIdentifierLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, length: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanSetName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetStoreType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionElementTypeBuilder, typeName: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetTableName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetTableSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; CanSetViewSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; CloseConnection(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; CloseConnectionAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; Collate(this: Microsoft_EntityFrameworkCore.DbFunctions, operand: TProperty, collation: string): Rewrap; ContainsAsync(this: System_Linq.IQueryable_1, item: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap>; CountAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; CountAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; CreateDbCommand(this: System_Linq.IQueryable): Rewrap; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, buildAction: System.Action_1>): Rewrap>; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, buildAction: System.Action_1>): Rewrap>; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, buildAction: System.Action_1): Rewrap; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, buildAction: System.Action_1): Rewrap; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, fromDataAnnotation?: boolean): Rewrap; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, buildAction: System.Action_1>): Rewrap>; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, buildAction: System.Action_1>): Rewrap>; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, buildAction: System.Action_1): Rewrap; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, buildAction: System.Action_1): Rewrap; DeleteUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; ElementAtAsync(this: System_Linq.IQueryable_1, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ElementAtOrDefaultAsync(this: System_Linq.IQueryable_1, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExcludeTableFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, excludedFromMigrations: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; Execute(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Action): Rewrap; Execute(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_1): Rewrap; Execute(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Action_1): Rewrap; Execute(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_2): Rewrap; Execute(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_2, verifySucceeded: System.Func_2> | null): Rewrap; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_1): Rewrap; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_2, cancellationToken: System_Threading.CancellationToken): Rewrap; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_1>): Rewrap>; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_2>, cancellationToken: System_Threading.CancellationToken): Rewrap>; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_2): Rewrap; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_3, cancellationToken: System_Threading.CancellationToken): Rewrap; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_2>): Rewrap>; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_3>, cancellationToken: System_Threading.CancellationToken): Rewrap>; ExecuteAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_3>, verifySucceeded: System.Func_3>> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteDelete(this: System_Linq.IQueryable_1): Rewrap; ExecuteDeleteAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Action, verifySucceeded: System.Func_1): Rewrap; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_1, verifySucceeded: System.Func_1): Rewrap; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Action_1, verifySucceeded: System.Func_2): Rewrap; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_2, verifySucceeded: System.Func_2): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_1, verifySucceeded: System.Func_1>): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_2, verifySucceeded: System.Func_2>, cancellationToken?: System_Threading.CancellationToken): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_2>, verifySucceeded: System.Func_2>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_3, verifySucceeded: System.Func_3>, cancellationToken?: System_Threading.CancellationToken): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_3>, verifySucceeded: System.Func_3>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteSql(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: System.FormattableString): Rewrap; ExecuteSqlAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: System.FormattableString, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteSqlInterpolated(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: System.FormattableString): Rewrap; ExecuteSqlInterpolatedAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: System.FormattableString, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteSqlRaw(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: string, ...parameters: (unknown | null)[]): Rewrap; ExecuteSqlRaw(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: string, parameters: System_Collections_Generic.IEnumerable_1): Rewrap; ExecuteSqlRawAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: string, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteSqlRawAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: string, ...parameters: unknown[]): Rewrap>; ExecuteSqlRawAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: string, parameters: System_Collections_Generic.IEnumerable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteUpdate(this: System_Linq.IQueryable_1, setPropertyCalls: System.Action_1>): Rewrap; ExecuteUpdateAsync(this: System_Linq.IQueryable_1, setPropertyCalls: System.Action_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; FindCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string): Rewrap; FindCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType, name: string): Rewrap; FindCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string): Rewrap; FindCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, name: string): Rewrap; FindColumn(this: Microsoft_EntityFrameworkCore_Metadata.IProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, method: System_Reflection.MethodInfo): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IModel, method: System_Reflection.MethodInfo): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IModel, name: string): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, method: System_Reflection.MethodInfo): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel, method: System_Reflection.MethodInfo): Rewrap; FindDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel, name: string): Rewrap; FindMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindRelationalTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyElementType): Rewrap; FindRelationalTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; FindRelationalTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindRowInternalForeignKeys(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; FindRowInternalForeignKeys(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; FindRowInternalForeignKeys(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; FindRowInternalForeignKeys(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string, schema?: string | null): Rewrap; FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IModel, name: string, schema?: string | null): Rewrap; FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string, schema?: string | null): Rewrap; FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel, name: string, schema?: string | null): Rewrap; FindSharedObjectRootForeignKey(this: Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootForeignKey(this: Microsoft_EntityFrameworkCore_Metadata.IForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootForeignKey(this: Microsoft_EntityFrameworkCore_Metadata.IMutableForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootForeignKey(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootIndex(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootIndex(this: Microsoft_EntityFrameworkCore_Metadata.IIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootIndex(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootIndex(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootKey(this: Microsoft_EntityFrameworkCore_Metadata.IConventionKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootKey(this: Microsoft_EntityFrameworkCore_Metadata.IKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootKey(this: Microsoft_EntityFrameworkCore_Metadata.IMutableKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedObjectRootKey(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedStoreObjectRootProperty(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedStoreObjectRootProperty(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedStoreObjectRootProperty(this: Microsoft_EntityFrameworkCore_Metadata.IProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FindSharedStoreObjectRootProperty(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; FirstAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; FirstAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; FirstOrDefaultAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; FirstOrDefaultAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ForEachAsync(this: System_Linq.IQueryable_1, action: System.Action_1, cancellationToken?: System_Threading.CancellationToken): Rewrap; Format(this: System_Collections_Generic.IEnumerable_1, includeTypes?: boolean): Rewrap; FromSql(this: Microsoft_EntityFrameworkCore.DbSet_1, sql: System.FormattableString): Rewrap>; FromSqlInterpolated(this: Microsoft_EntityFrameworkCore.DbSet_1, sql: System.FormattableString): Rewrap>; FromSqlRaw(this: Microsoft_EntityFrameworkCore.DbSet_1, sql: string, ...parameters: (unknown | null)[]): Rewrap>; GenerateCreateScript(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; GetAppliedMigrations(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap>; GetAppliedMigrationsAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; GetCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap>; GetCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap>; GetCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap>; GetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap; GetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetCollationConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap>; GetCollationConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetColumnBaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetColumnNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetColumnNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap>; GetColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetColumnOrderConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; GetColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetColumnTypeConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetCommandTimeout(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap>; GetComment(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetComment(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetComment(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetCommentConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetCommentConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetComputedColumnSqlConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetConnectionString(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; GetConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey): Rewrap; GetConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, principalStoreObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetConstraintNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey): Rewrap>; GetContainerColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetContainerColumnNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTypeBase): Rewrap>; GetContainerColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetContainerColumnTypeConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTypeBase): Rewrap>; GetContainerColumnTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetContainerColumnTypeMappingConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap; GetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTrigger): Rewrap; GetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTrigger, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDatabaseNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap>; GetDatabaseNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTrigger): Rewrap>; GetDbConnection(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; GetDbFunctions(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap>; GetDbFunctions(this: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap>; GetDbFunctions(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel): Rewrap>; GetDbFunctions(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap>; GetDeclaredCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetDeclaredCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap>; GetDeclaredCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap>; GetDeclaredCheckConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap>; GetDefaultColumnBaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetDefaultColumnMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetDefaultColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetDefaultColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetDefaultConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultConstraintNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetDefaultDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap; GetDefaultDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTrigger): Rewrap; GetDefaultDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTrigger, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultDefaultConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetDefaultName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey): Rewrap; GetDefaultName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, principalStoreObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey): Rewrap; GetDefaultName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetDefaultSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap; GetDefaultSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap>; GetDefaultSqlQueryName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetDefaultTableName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, truncate?: boolean): Rewrap; GetDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultValueConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetDefaultValueSqlConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetDefaultViewName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetDefaultViewSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap; GetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; GetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; GetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap; GetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetDeleteStoredProcedureConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetDeleteStoredProcedureMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetDeleteStoredProcedureParameterMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetFilter(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap; GetFilter(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetFilterConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap>; GetFunctionColumnMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetFunctionMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetFunctionName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetFunctionName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetFunctionNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap; GetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; GetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; GetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap; GetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetInsertStoredProcedureConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetInsertStoredProcedureMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetInsertStoredProcedureParameterMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetInsertStoredProcedureResultColumnMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetIsFixedLengthConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionElementType): Rewrap>; GetIsFixedLengthConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetIsStored(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap>; GetIsStored(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetIsStoredConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetIsTableExcludedFromMigrationsConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetIsTableExcludedFromMigrationsConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyComplexProperty): Rewrap; GetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetJsonPropertyNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionComplexProperty): Rewrap>; GetJsonPropertyNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetJsonPropertyNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetMappedConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): Rewrap>; GetMappedConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IKey): Rewrap>; GetMappedStoreObjects(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetMappedTableIndexes(this: Microsoft_EntityFrameworkCore_Metadata.IIndex): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType, storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase, storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap>; GetMappingFragments(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase, storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetMappingStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetMaxIdentifierLength(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap; GetMaxIdentifierLengthConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap>; GetMaxLength(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetMigrations(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap>; GetName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey): Rewrap; GetName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionKey): Rewrap>; GetOrCreateMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap; GetOrCreateMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetOrCreateOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap; GetOrCreateOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty): Rewrap>; GetOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap>; GetPendingMigrations(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap>; GetPendingMigrationsAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; GetPrecision(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetReaderFieldValue(this: Microsoft_EntityFrameworkCore_Metadata.IProperty, relationalReader: Microsoft_EntityFrameworkCore_Storage.RelationalDataReader, ordinal: int, detailedErrorsEnabled: boolean): Rewrap; GetRelationalModel(this: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap; GetRelationalTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyElementType): Rewrap; GetRelationalTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetScale(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetSchemaQualifiedTableName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetSchemaQualifiedViewName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetSequences(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap>; GetSequences(this: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap>; GetSequences(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel): Rewrap>; GetSequences(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap>; GetSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetSqlQueryColumnMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetSqlQueryConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetSqlQueryMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetStoreType(this: Microsoft_EntityFrameworkCore_Metadata.IElementType): Rewrap; GetStoreType(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyElementType): Rewrap; GetStoreTypeConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionElementType): Rewrap>; GetTableColumnMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetTableMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetTableName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetTableName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTrigger): Rewrap; GetTableName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetTableNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetTableNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTrigger): Rewrap>; GetTableSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTrigger): Rewrap; GetTableSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTrigger): Rewrap>; GetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap; GetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; GetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; GetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap; GetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetUpdateStoredProcedureConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetUpdateStoredProcedureMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetUpdateStoredProcedureParameterMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetUpdateStoredProcedureResultColumnMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetViewColumnMappings(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap>; GetViewMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; GetViewName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetViewName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetViewNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetViewSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; GetViewSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; GetViewSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; Greatest(this: Microsoft_EntityFrameworkCore.DbFunctions, ...values: T[]): Rewrap; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, sql: string | null): Rewrap>; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, sql: string, buildAction: System.Action_1): Rewrap>; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, sql: string | null): Rewrap; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, sql: string, buildAction: System.Action_1): Rewrap; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string, sql: string | null, fromDataAnnotation?: boolean): Rewrap; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, sql: string | null): Rewrap>; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, sql: string, buildAction: System.Action_1): Rewrap>; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, sql: string | null): Rewrap; HasCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, sql: string, buildAction: System.Action_1): Rewrap; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, name: string | null): Rewrap>; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, name: string | null): Rewrap; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, name: string | null): Rewrap>; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, name: string | null): Rewrap; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string | null, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, name: string | null): Rewrap>; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, name: string | null): Rewrap; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, name: string | null): Rewrap>; HasColumnName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, name: string | null): Rewrap; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, order: System.Nullable_1): Rewrap>; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, order: System.Nullable_1): Rewrap; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, order: System.Nullable_1): Rewrap>; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, order: System.Nullable_1): Rewrap; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, order: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, order: System.Nullable_1): Rewrap>; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, order: System.Nullable_1): Rewrap; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, order: System.Nullable_1): Rewrap>; HasColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, order: System.Nullable_1): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder_1, columnType: string | null): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder, columnType: string | null): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder_1, columnType: string | null): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder, columnType: string | null): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, typeName: string | null): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, typeName: string | null): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, typeName: string | null): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, typeName: string | null): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, typeName: string | null, fromDataAnnotation?: boolean): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, columnType: string | null): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, columnType: string | null): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, typeName: string | null): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, typeName: string | null): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, typeName: string | null): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, typeName: string | null): Rewrap; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder_1, typeName: string): Rewrap>; HasColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder, typeName: string): Rewrap; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, comment: string | null): Rewrap>; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, comment: string | null): Rewrap; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, comment: string | null): Rewrap>; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, comment: string | null): Rewrap; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, comment: string | null): Rewrap>; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, comment: string | null): Rewrap; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, comment: string | null, fromDataAnnotation?: boolean): Rewrap; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, comment: string | null, fromDataAnnotation?: boolean): Rewrap; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, comment: string | null): Rewrap>; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, comment: string | null): Rewrap; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, comment: string | null): Rewrap>; HasComment(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, comment: string | null): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, sql: string | null): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, sql: string | null, stored: System.Nullable_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, sql: string | null): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, sql: string | null, stored: System.Nullable_1): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, sql: string | null): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, sql: string | null, stored: System.Nullable_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, sql: string | null): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, sql: string | null, stored: System.Nullable_1): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, sql: string | null, fromDataAnnotation?: boolean): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, sql: string | null): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, sql: string | null, stored: System.Nullable_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, sql: string | null): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, sql: string | null, stored: System.Nullable_1): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, sql: string | null): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, sql: string | null, stored: System.Nullable_1): Rewrap>; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, sql: string | null): Rewrap; HasComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, sql: string | null, stored: System.Nullable_1): Rewrap; HasConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionForeignKeyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnershipBuilder_2, name: string | null): Rewrap>; HasConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnershipBuilder, name: string | null): Rewrap; HasConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ReferenceCollectionBuilder_2, name: string | null): Rewrap>; HasConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ReferenceCollectionBuilder, name: string | null): Rewrap; HasConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ReferenceReferenceBuilder_2, name: string | null): Rewrap>; HasConstraintName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ReferenceReferenceBuilder, name: string | null): Rewrap; HasDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1, name: string | null): Rewrap>; HasDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, name: string | null): Rewrap; HasDbFunction(this: Microsoft_EntityFrameworkCore.ModelBuilder, methodInfo: System_Reflection.MethodInfo): Rewrap; HasDbFunction(this: Microsoft_EntityFrameworkCore.ModelBuilder, expression: System_Linq_Expressions.Expression_1>): Rewrap; HasDbFunction(this: Microsoft_EntityFrameworkCore.ModelBuilder, methodInfo: System_Reflection.MethodInfo, builderAction: System.Action_1): Rewrap; HasDbFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, methodInfo: System_Reflection.MethodInfo, fromDataAnnotation?: boolean): Rewrap; HasDbFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, name: string, returnType: System.Type, fromDataAnnotation?: boolean): Rewrap; HasDefaultSchema(this: Microsoft_EntityFrameworkCore.ModelBuilder, schema: string | null): Rewrap; HasDefaultSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, value: unknown | null): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, value: unknown | null): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, value: unknown | null): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, value: unknown | null): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, value: unknown | null, fromDataAnnotation?: boolean): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, value: unknown | null): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, value: unknown | null): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, value: unknown | null): Rewrap>; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap; HasDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, value: unknown | null): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, sql: string | null): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, sql: string | null): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, sql: string | null): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, sql: string | null): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, sql: string | null, fromDataAnnotation?: boolean): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, sql: string | null): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, sql: string | null): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, sql: string | null): Rewrap>; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap; HasDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, sql: string | null): Rewrap; HasFilter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, sql: string | null, fromDataAnnotation?: boolean): Rewrap; HasFilter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1, sql: string | null): Rewrap>; HasFilter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, sql: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder_1, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder, name: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionTypePropertyBuilder_1, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionTypePropertyBuilder, name: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder_1, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder, name: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, name: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, name: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, name: string | null): Rewrap; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, name: string | null): Rewrap>; HasJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, name: string | null): Rewrap; HasMaxIdentifierLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, length: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; HasName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, name: string | null): Rewrap; HasName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder_1, name: string | null): Rewrap>; HasName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder, name: string | null): Rewrap; HasPendingModelChanges(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; HasSequence(this: Microsoft_EntityFrameworkCore.ModelBuilder, name: string, schema?: string | null): Rewrap; HasSequence(this: Microsoft_EntityFrameworkCore.ModelBuilder, name: string, builderAction: System.Action_1): Rewrap; HasSequence(this: Microsoft_EntityFrameworkCore.ModelBuilder, name: string, schema: string | null, builderAction: System.Action_1): Rewrap; HasSequence(this: Microsoft_EntityFrameworkCore.ModelBuilder, type: System.Type, name: string, schema?: string | null): Rewrap; HasSequence(this: Microsoft_EntityFrameworkCore.ModelBuilder, type: System.Type, name: string, builderAction: System.Action_1): Rewrap; HasSequence(this: Microsoft_EntityFrameworkCore.ModelBuilder, type: System.Type, name: string, schema: string | null, builderAction: System.Action_1): Rewrap; HasSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, name: string, schema?: string | null, fromDataAnnotation?: boolean): Rewrap; HasStoreType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ElementTypeBuilder, typeName: string | null): Rewrap; HasStoreType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionElementTypeBuilder, typeName: string | null, fromDataAnnotation?: boolean): Rewrap; HasTableName(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; HasTableSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; HaveColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder_1, typeName: string): Rewrap>; HaveColumnType(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder, typeName: string): Rewrap; IgnoreAutoIncludes(this: System_Linq.IQueryable_1): Rewrap>; IgnoreQueryFilters(this: System_Linq.IQueryable_1): Rewrap>; IgnoreQueryFilters(this: System_Linq.IQueryable_1, filterKeys: System_Collections_Generic.IReadOnlyCollection_1): Rewrap>; Include(this: System_Linq.IQueryable_1, navigationPropertyPath: System_Linq_Expressions.Expression_1>): Rewrap>; Include(this: System_Linq.IQueryable_1, navigationPropertyPath: string): Rewrap>; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, buildAction: System.Action_1>): Rewrap>; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, buildAction: System.Action_1>): Rewrap>; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, buildAction: System.Action_1): Rewrap; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, buildAction: System.Action_1): Rewrap; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, fromDataAnnotation?: boolean): Rewrap; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, buildAction: System.Action_1>): Rewrap>; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, buildAction: System.Action_1>): Rewrap>; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, buildAction: System.Action_1): Rewrap; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, buildAction: System.Action_1): Rewrap; InsertUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; IsColumnNullable(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; IsColumnNullable(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyElementType): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyElementType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, fixedLength?: boolean): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, fixedLength?: boolean): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, fixedLength?: boolean): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, fixedLength?: boolean): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ElementTypeBuilder, fixedLength?: boolean): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionElementTypeBuilder, fixedLength: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, fixedLength: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, fixedLength?: boolean): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, fixedLength?: boolean): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, fixedLength?: boolean): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, fixedLength?: boolean): Rewrap; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder_1, fixedLength?: boolean): Rewrap>; IsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder, fixedLength?: boolean): Rewrap; IsMappedToJson(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; IsMappedToJson(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; IsRelational(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; IsRowInternal(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; IsStoredComputedColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, stored: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; IsTableExcludedFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; IsTableExcludedFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; IsUnicode(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; LastAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; LastAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; LastOrDefaultAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; LastOrDefaultAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; Least(this: Microsoft_EntityFrameworkCore.DbFunctions, ...values: T[]): Rewrap; Like(this: Microsoft_EntityFrameworkCore.DbFunctions, matchExpression: string | null, pattern: string | null): Rewrap; Like(this: Microsoft_EntityFrameworkCore.DbFunctions, matchExpression: string | null, pattern: string | null, escapeCharacter: string | null): Rewrap; Load(this: System_Linq.IQueryable_1): Rewrap; LoadAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap; LongCountAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; LongCountAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; MaxAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; MaxAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; Migrate(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; Migrate(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, targetMigration: string | null): Rewrap; MigrateAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, cancellationToken?: System_Threading.CancellationToken): Rewrap; MigrateAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, targetMigration: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap; MinAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; MinAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; OpenConnection(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; OpenConnectionAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, cancellationToken?: System_Threading.CancellationToken): Rewrap; Random(this: Microsoft_EntityFrameworkCore.DbFunctions): Rewrap; RemoveCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string): Rewrap; RemoveCheckConstraint(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string): Rewrap; RemoveDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, method: System_Reflection.MethodInfo): Rewrap; RemoveDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string): Rewrap; RemoveDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, method: System_Reflection.MethodInfo): Rewrap; RemoveDbFunction(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string): Rewrap; RemoveDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap; RemoveDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; RemoveInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap; RemoveInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; RemoveMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; RemoveMappingFragment(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; RemoveOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; RemoveOverrides(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; RemoveSequence(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string, schema?: string | null): Rewrap; RemoveSequence(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string, schema?: string | null): Rewrap; RemoveUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap; RemoveUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; SetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, collation: string | null, fromDataAnnotation?: boolean): Rewrap; SetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, value: string | null): Rewrap; SetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, collation: string | null): Rewrap; SetColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, name: string | null, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap; SetColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, name: string | null): Rewrap; SetColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, name: string | null, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; SetColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, order: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetColumnOrder(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, order: System.Nullable_1): Rewrap; SetColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: string | null): Rewrap; SetCommandTimeout(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, timeout: System.Nullable_1): Rewrap; SetCommandTimeout(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, timeout: System.TimeSpan): Rewrap; SetComment(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, comment: string | null, fromDataAnnotation?: boolean): Rewrap; SetComment(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, comment: string | null, fromDataAnnotation?: boolean): Rewrap; SetComment(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, comment: string | null): Rewrap; SetComment(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, comment: string | null): Rewrap; SetComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetComputedColumnSql(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: string | null): Rewrap; SetConnectionString(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, connectionString: string | null): Rewrap; SetConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableForeignKey, value: string | null): Rewrap; SetContainerColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTypeBase, columnName: string | null, fromDataAnnotation?: boolean): Rewrap; SetContainerColumnName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableTypeBase, columnName: string | null): Rewrap; SetContainerColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTypeBase, columnType: string | null, fromDataAnnotation?: boolean): Rewrap; SetContainerColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IMutableTypeBase, columnType: string | null): Rewrap; SetContainerColumnTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, typeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping | null, fromDataAnnotation?: boolean): Rewrap; SetContainerColumnTypeMapping(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, typeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping): Rewrap; SetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTrigger, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, name: string | null): Rewrap; SetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableTrigger, name: string | null): Rewrap; SetDbConnection(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, connection: System_Data_Common.DbConnection | null, contextOwnsConnection?: boolean): Rewrap; SetDefaultConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, defaultConstraintName: string | null, fromDataAnnotation?: boolean): Rewrap; SetDefaultConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, defaultConstraintName: string | null): Rewrap; SetDefaultSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetDefaultSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, value: string | null): Rewrap; SetDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: unknown | null, fromDataAnnotation?: boolean): Rewrap; SetDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: unknown | null): Rewrap; SetDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetDefaultValueSql(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: string | null): Rewrap; SetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, fromDataAnnotation?: boolean): Rewrap; SetDeleteStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; SetFilter(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetFilter(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, value: string | null): Rewrap; SetFunctionName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetFunctionName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string | null): Rewrap; SetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, fromDataAnnotation?: boolean): Rewrap; SetInsertStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; SetIsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IConventionElementType, fixedLength: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetIsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, fixedLength: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetIsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IMutableElementType, fixedLength: System.Nullable_1): Rewrap; SetIsFixedLength(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, fixedLength: System.Nullable_1): Rewrap; SetIsStored(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetIsStored(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: System.Nullable_1): Rewrap; SetIsTableExcludedFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, excluded: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetIsTableExcludedFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, excluded: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap>; SetIsTableExcludedFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, excluded: System.Nullable_1): Rewrap; SetIsTableExcludedFromMigrations(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, excluded: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; SetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionComplexProperty, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableComplexProperty, name: string | null): Rewrap; SetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string | null): Rewrap; SetJsonPropertyName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, name: string | null): Rewrap; SetMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, strategy: string | null, fromDataAnnotation?: boolean): Rewrap; SetMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, strategy: string | null): Rewrap; SetMaxIdentifierLength(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, length: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetMaxIdentifierLength(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, length: System.Nullable_1): Rewrap; SetName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionKey, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableKey, name: string | null): Rewrap; SetSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, value: string | null): Rewrap; SetSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string | null): Rewrap; SetStoreType(this: Microsoft_EntityFrameworkCore_Metadata.IConventionElementType, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetStoreType(this: Microsoft_EntityFrameworkCore_Metadata.IMutableElementType, value: string | null): Rewrap; SetTableName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetTableName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTrigger, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetTableName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string | null): Rewrap; SetTableName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableTrigger, name: string | null): Rewrap; SetTableSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionTrigger, schema: string | null, fromDataAnnotation?: boolean): Rewrap; SetTableSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableTrigger, schema: string | null): Rewrap; SetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, fromDataAnnotation?: boolean): Rewrap; SetUpdateStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType): Rewrap; SetViewName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, name: string | null, fromDataAnnotation?: boolean): Rewrap; SetViewName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, name: string | null): Rewrap; SetViewSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, value: string | null, fromDataAnnotation?: boolean): Rewrap; SetViewSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, value: string | null): Rewrap; SingleAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SingleAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SingleOrDefaultAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SingleOrDefaultAsync(this: System_Linq.IQueryable_1, predicate: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, buildAction: System.Action_1>): Rewrap>; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, buildAction: System.Action_1): Rewrap; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, buildAction: System.Action_1>): Rewrap>; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, buildAction: System.Action_1): Rewrap; SplitToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, buildAction: System.Action_1>): Rewrap>; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, buildAction: System.Action_1): Rewrap; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, buildAction: System.Action_1>): Rewrap>; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, buildAction: System.Action_1): Rewrap; SplitToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; SqlQuery(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: System.FormattableString): Rewrap>; SqlQueryRaw(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, sql: string, ...parameters: unknown[]): Rewrap>; SumAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SumAsync(this: System_Linq.IQueryable_1, selector: System_Linq_Expressions.Expression_1>>, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; TagWith(this: System_Linq.IQueryable_1, tag: string): Rewrap>; TagWithCallSite(this: System_Linq.IQueryable_1, filePath?: string | null, lineNumber?: int): Rewrap>; ThenInclude(this: Microsoft_EntityFrameworkCore_Query.IIncludableQueryable_2>, navigationPropertyPath: System_Linq_Expressions.Expression_1>): Rewrap>; ToArrayAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ToBindingList(this: System_Collections_ObjectModel.ObservableCollection_1): Rewrap>; ToDebugString(this: Microsoft_EntityFrameworkCore_ChangeTracking.ChangeTracker, options?: Microsoft_EntityFrameworkCore_ChangeTracking.ChangeTrackerDebugStringOptions, indent?: int): Rewrap; ToDictionaryAsync(this: System_Linq.IQueryable_1, keySelector: System.Func_2, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; ToDictionaryAsync(this: System_Linq.IQueryable_1, keySelector: System.Func_2, comparer: System_Collections_Generic.IEqualityComparer_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; ToDictionaryAsync(this: System_Linq.IQueryable_1, keySelector: System.Func_2, elementSelector: System.Func_2, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; ToDictionaryAsync(this: System_Linq.IQueryable_1, keySelector: System.Func_2, elementSelector: System.Func_2, comparer: System_Collections_Generic.IEqualityComparer_1 | null, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string | null): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, function_: System_Reflection.MethodInfo | null): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, configureFunction: System.Action_1>): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, function_: System_Reflection.MethodInfo, configureFunction: System.Action_1>): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string | null): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, function_: System_Reflection.MethodInfo | null): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, configureFunction: System.Action_1): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, function_: System_Reflection.MethodInfo, configureFunction: System.Action_1): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, function_: System_Reflection.MethodInfo | null, fromDataAnnotation?: boolean): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string | null): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, function_: System_Reflection.MethodInfo | null): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, configureFunction: System.Action_1>): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, function_: System_Reflection.MethodInfo, configureFunction: System.Action_1>): Rewrap>; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string | null): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, function_: System_Reflection.MethodInfo | null): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, configureFunction: System.Action_1): Rewrap; ToFunction(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, function_: System_Reflection.MethodInfo, configureFunction: System.Action_1): Rewrap; ToHashSetAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; ToHashSetAsync(this: System_Linq.IQueryable_1, comparer: System_Collections_Generic.IEqualityComparer_1 | null, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder_1, jsonColumnName?: string | null): Rewrap>; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder, jsonColumnName?: string | null): Rewrap; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder_1, jsonColumnName?: string | null): Rewrap>; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder, jsonColumnName?: string | null): Rewrap; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2): Rewrap>; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, jsonColumnName: string | null): Rewrap>; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder): Rewrap; ToJson(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, jsonColumnName: string | null): Rewrap; ToListAsync(this: System_Linq.IQueryable_1, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; ToQueryString(this: System_Linq.IQueryable): Rewrap; ToSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; ToSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, query: string): Rewrap>; ToSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, query: string): Rewrap; ToSqlQuery(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string | null): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, buildAction: System.Action_1>): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, buildAction: System.Action_1>): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string | null): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, buildAction: System.Action_1): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, buildAction: System.Action_1): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, schema: string | null, fromDataAnnotation?: boolean): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, buildAction: System.Action_1>): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string | null): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, buildAction: System.Action_1>): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string | null): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, buildAction: System.Action_1): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, buildAction: System.Action_1): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null): Rewrap; ToTable(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string | null): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string | null, schema: string | null): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, buildAction: System.Action_1>): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string | null): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string | null, schema: string | null): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, buildAction: System.Action_1): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, fromDataAnnotation?: boolean): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, name: string | null, schema: string | null, fromDataAnnotation?: boolean): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string | null): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string | null, schema: string | null): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, buildAction: System.Action_1>): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string | null): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string | null, schema: string | null): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, buildAction: System.Action_1): Rewrap; ToView(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; ToViewSchema(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, schema: string | null, fromDataAnnotation?: boolean): Rewrap; TryGetDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, defaultValue: unknown | null): Rewrap; TryGetDefaultValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, defaultValue: unknown | null): Rewrap; UnwrapJoin(this: Microsoft_EntityFrameworkCore_Query_SqlExpressions.TableExpressionBase): Rewrap; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, buildAction: System.Action_1>): Rewrap>; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, buildAction: System.Action_1>): Rewrap>; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, buildAction: System.Action_1): Rewrap; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, buildAction: System.Action_1): Rewrap; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, fromDataAnnotation?: boolean): Rewrap; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, buildAction: System.Action_1>): Rewrap>; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, buildAction: System.Action_1>): Rewrap>; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2, name: string, schema: string | null, buildAction: System.Action_1>): Rewrap>; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, buildAction: System.Action_1): Rewrap; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, buildAction: System.Action_1): Rewrap; UpdateUsingStoredProcedure(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder, name: string, schema: string | null, buildAction: System.Action_1): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore.ModelBuilder, collation: string | null): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1, collation: string | null): Rewrap>; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder, collation: string | null): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, collation: string | null): Rewrap>; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, collation: string | null): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, collation: string | null, fromDataAnnotation?: boolean): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, collation: string | null, fromDataAnnotation?: boolean): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1, collation: string | null): Rewrap>; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder, collation: string | null): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder_1, collation: string): Rewrap>; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder, collation: string): Rewrap; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, collation: string | null): Rewrap>; UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, collation: string | null): Rewrap; UseMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, strategy: string | null, fromDataAnnotation?: boolean): Rewrap; UseNamedDefaultConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, value: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; UseNamedDefaultConstraints(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, value: boolean): Rewrap; UseNamedDefaultConstraintsConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap>; UseTpcMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1): Rewrap>; UseTpcMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder): Rewrap; UseTphMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1): Rewrap>; UseTphMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder): Rewrap; UseTptMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1): Rewrap>; UseTptMappingStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder): Rewrap; UseTransaction(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, transaction: System_Data_Common.DbTransaction | null): Rewrap; UseTransaction(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, transaction: System_Data_Common.DbTransaction | null, transactionId: System.Guid): Rewrap; UseTransactionAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, transaction: System_Data_Common.DbTransaction | null, cancellationToken?: System_Threading.CancellationToken): Rewrap>; UseTransactionAsync(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, transaction: System_Data_Common.DbTransaction | null, transactionId: System.Guid, cancellationToken?: System_Threading.CancellationToken): Rewrap>; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore interface __TsonicExtApplier_Microsoft_EntityFrameworkCore { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore; } export type ExtensionMethods_Microsoft_EntityFrameworkCore = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1 & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore) : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore; // Extension method table for namespace: Microsoft.EntityFrameworkCore.ChangeTracking interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_ChangeTracking { IsDefault(this: Microsoft_EntityFrameworkCore_ChangeTracking.ValueComparer): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.ChangeTracking interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_ChangeTracking { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_ChangeTracking; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_ChangeTracking; // Extension method table for namespace: Microsoft.EntityFrameworkCore.ChangeTracking.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal { ComposeConversion(this: Microsoft_EntityFrameworkCore_ChangeTracking.ValueComparer | null, targetClrType: System.Type): Rewrap; ToList(this: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IStateManager): Rewrap>; ToListForState(this: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IStateManager, added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean): Rewrap>; ToNullableComparer(this: Microsoft_EntityFrameworkCore_ChangeTracking.ValueComparer | null, clrType: System.Type): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.ChangeTracking.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_ChangeTracking_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Diagnostics interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Diagnostics { AccidentalComplexPropertyCollection(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, complexProperty: Microsoft_EntityFrameworkCore_Metadata.IComplexProperty): Rewrap; AccidentalEntityType(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; AcquiringMigrationLock(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; AllIndexPropertiesNotToMappedToAnyTable(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, index: Microsoft_EntityFrameworkCore_Metadata.IIndex): Rewrap; AmbientTransactionEnlisted(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Transactions.Transaction): Rewrap; AmbientTransactionWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, startTime: System.DateTimeOffset): Rewrap; AmbiguousEndRequiredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): Rewrap; BatchExecutorFailedToReleaseSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type, exception: System.Exception): Rewrap; BatchExecutorFailedToRollbackToSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type, exception: System.Exception): Rewrap; BatchReadyForExecution(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entries: System_Collections_Generic.IEnumerable_1, commandCount: int): Rewrap; BatchSmallerThanMinBatchSize(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entries: System_Collections_Generic.IEnumerable_1, commandCount: int, minBatchSize: int): Rewrap; BoolWithDefaultWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; CascadeDelete(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalChildEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, internalParentEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, state: Microsoft_EntityFrameworkCore.EntityState): Rewrap; CascadeDeleteOrphan(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalChildEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, parentEntityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, state: Microsoft_EntityFrameworkCore.EntityState): Rewrap; CascadeDeleteOrphanSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalChildEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, parentEntityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, state: Microsoft_EntityFrameworkCore.EntityState): Rewrap; CascadeDeleteSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalChildEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, internalParentEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, state: Microsoft_EntityFrameworkCore.EntityState): Rewrap; CollectionChangeDetected(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, added: System_Collections_Generic.ISet_1, removed: System_Collections_Generic.ISet_1): Rewrap; CollectionChangeDetectedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, added: System_Collections_Generic.ISet_1, removed: System_Collections_Generic.ISet_1): Rewrap; CollectionWithoutComparer(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; ColumnOrderIgnoredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, operation: Microsoft_EntityFrameworkCore_Migrations_Operations.ColumnOperation): Rewrap; ComplexElementPropertyChangeDetected(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalComplexEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalComplexEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown | null, newValue: unknown | null): Rewrap; ComplexElementPropertyChangeDetectedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalComplexEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalComplexEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown | null, newValue: unknown | null): Rewrap; ConflictingForeignKeyAttributesOnNavigationAndPropertyWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, property: System_Reflection.MemberInfo): Rewrap; ConflictingKeylessAndKeyAttributesWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; ConflictingShadowForeignKeysWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, foreignKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey): Rewrap; ContextDisposed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext): Rewrap; ContextInitialized(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, contextOptions: Microsoft_EntityFrameworkCore.DbContextOptions): Rewrap; CreatedTransactionSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; CreatedTransactionSavepointAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap; CreatingTransactionSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; CreatingTransactionSavepointAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap>; DetachedLazyLoadingWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext | null, entityType: unknown, navigationName: string): Rewrap; DetectChangesCompleted(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext): Rewrap; DetectChangesStarting(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext): Rewrap; DistinctAfterOrderByWithoutRowLimitingOperatorWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; DuplicateColumnOrders(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, columns: System_Collections_Generic.IReadOnlyList_1): Rewrap; DuplicateDependentEntityTypeInstanceWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, dependent1: Microsoft_EntityFrameworkCore_Metadata.IEntityType, dependent2: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; ExecuteDeleteFailed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type, exception: System.Exception): Rewrap; ExecuteUpdateFailed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type, exception: System.Exception): Rewrap; ExecutionStrategyRetrying(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, exceptionsEncountered: System_Collections_Generic.IReadOnlyList_1, delay: System.TimeSpan, async: boolean): Rewrap; ExplicitTransactionEnlisted(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Transactions.Transaction): Rewrap; FirstWithoutOrderByAndFilterWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; ForeignKeyAttributesOnBothNavigationsWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, firstNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, secondNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation): Rewrap; ForeignKeyAttributesOnBothPropertiesWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, firstNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, secondNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, firstProperty: System_Reflection.MemberInfo, secondProperty: System_Reflection.MemberInfo): Rewrap; ForeignKeyChangeDetected(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown | null, newValue: unknown | null): Rewrap; ForeignKeyChangeDetectedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown | null, newValue: unknown | null): Rewrap; ForeignKeyPropertiesMappedToUnrelatedTables(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): Rewrap; ForeignKeyTpcPrincipalWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): Rewrap; IncompatibleMatchingForeignKeyProperties(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, dependentToPrincipalNavigationSpecification: string, principalToDependentNavigationSpecification: string, foreignKeyProperties: System_Collections_Generic.IReadOnlyList_1, principalKeyProperties: System_Collections_Generic.IReadOnlyList_1): Rewrap; IndexPropertiesBothMappedAndNotMappedToTable(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, index: Microsoft_EntityFrameworkCore_Metadata.IIndex, unmappedPropertyName: string): Rewrap; IndexPropertiesMappedToNonOverlappingTables(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, index: Microsoft_EntityFrameworkCore_Metadata.IIndex, property1Name: string, tablesMappedToProperty1: System_Collections_Generic.List_1>, property2Name: string, tablesMappedToProperty2: System_Collections_Generic.List_1>): Rewrap; InvalidIncludePathError(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigationChain: string, navigationName: string): Rewrap; KeyPropertiesNotMappedToTable(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, key: Microsoft_EntityFrameworkCore_Metadata.IKey): Rewrap; LazyLoadOnDisposedContextWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext | null, entityType: unknown, navigationName: string): Rewrap; ManyServiceProvidersCreatedWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, serviceProviders: System_Collections_Generic.ICollection_1): Rewrap; MappedComplexPropertyIgnoredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IComplexProperty): Rewrap; MappedEntityTypeIgnoredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; MappedNavigationIgnoredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigationBase): Rewrap; MappedPropertyIgnoredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; MigrateUsingConnection(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection): Rewrap; MigrationApplying(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration): Rewrap; MigrationAttributeMissingWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrationType: System_Reflection.TypeInfo): Rewrap; MigrationGeneratingDownScript(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration, fromMigration: string | null, toMigration: string | null, idempotent: boolean): Rewrap; MigrationGeneratingUpScript(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration, fromMigration: string | null, toMigration: string | null, idempotent: boolean): Rewrap; MigrationReverting(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration): Rewrap; MigrationsNotApplied(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator): Rewrap; MigrationsNotFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migrationsAssembly: Microsoft_EntityFrameworkCore_Migrations.IMigrationsAssembly): Rewrap; MigrationsUserTransactionWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; ModelSnapshotNotFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migrationsAssembly: Microsoft_EntityFrameworkCore_Migrations.IMigrationsAssembly): Rewrap; ModelValidationKeyDefaultValueWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; MultipleCollectionIncludeWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; MultipleInversePropertiesSameTargetWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, conflictingNavigations: System_Collections_Generic.IEnumerable_1>, inverseNavigation: System_Reflection.MemberInfo, targetType: System.Type): Rewrap; MultipleNavigationProperties(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, firstPropertyCollection: System_Collections_Generic.IEnumerable_1>, secondPropertyCollection: System_Collections_Generic.IEnumerable_1>): Rewrap; MultiplePrimaryKeyCandidates(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, firstProperty: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, secondProperty: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; NavigationBaseIncludeIgnored(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigationBase): Rewrap; NavigationBaseIncluded(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigationBase): Rewrap; NavigationLazyLoading(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, entityType: unknown, navigationName: string): Rewrap; NoEntityTypeConfigurationsWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, assembly: System_Reflection.Assembly): Rewrap; NonDeterministicModel(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type): Rewrap; NonOwnershipInverseNavigationWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, declaringType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, navigation: System_Reflection.MemberInfo, targetType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, inverseNavigation: System_Reflection.MemberInfo, ownershipNavigation: System_Reflection.MemberInfo): Rewrap; NonQueryOperationFailed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type, exception: System.Exception): Rewrap; NonTransactionalMigrationOperationWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration, command: Microsoft_EntityFrameworkCore_Migrations.MigrationCommand): Rewrap; OldModelVersionWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, contextOptions: Microsoft_EntityFrameworkCore.DbContextOptions): Rewrap; OptimisticConcurrencyException(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, entries: System_Collections_Generic.IReadOnlyList_1, exception: Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, createEventData: System.Func_5, Microsoft_EntityFrameworkCore_Diagnostics.EventDefinition_1, Microsoft_EntityFrameworkCore_Diagnostics.ConcurrencyExceptionEventData> | null): Rewrap; OptimisticConcurrencyExceptionAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, entries: System_Collections_Generic.IReadOnlyList_1, exception: Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, createEventData: System.Func_5, Microsoft_EntityFrameworkCore_Diagnostics.EventDefinition_1, Microsoft_EntityFrameworkCore_Diagnostics.ConcurrencyExceptionEventData> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap>; OptionalDependentWithAllNullPropertiesWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entry: Microsoft_EntityFrameworkCore_Update.IUpdateEntry): Rewrap; OptionalDependentWithAllNullPropertiesWarningSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entry: Microsoft_EntityFrameworkCore_Update.IUpdateEntry): Rewrap; OptionalDependentWithoutIdentifyingPropertyWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; PendingModelChangesWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type): Rewrap; PossibleIncorrectRequiredNavigationWithQueryFilterInteractionWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): Rewrap; PossibleUnintendedCollectionNavigationNullComparisonWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation): Rewrap; PossibleUnintendedReferenceComparisonWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, left: System_Linq_Expressions.Expression, right: System_Linq_Expressions.Expression): Rewrap; PropertyChangeDetected(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown | null, newValue: unknown | null): Rewrap; PropertyChangeDetectedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown | null, newValue: unknown | null): Rewrap; QueryCanceled(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type): Rewrap; QueryCompilationStarting(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext | null, expressionPrinter: Microsoft_EntityFrameworkCore_Query.ExpressionPrinter, queryExpression: System_Linq_Expressions.Expression): Rewrap>; QueryExecutionPlanned(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext | null, expressionPrinter: Microsoft_EntityFrameworkCore_Query.ExpressionPrinter, queryExecutorExpression: System_Linq_Expressions.Expression): Rewrap; QueryIterationFailed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, contextType: System.Type, exception: System.Exception): Rewrap; QueryPossibleUnintendedUseOfEqualsWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, left: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, right: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression): Rewrap; RedundantAddServicesCallWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, serviceProvider: System.IServiceProvider): Rewrap; RedundantForeignKeyWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, redundantForeignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): Rewrap; RedundantIndexRemoved(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, redundantIndex: System_Collections_Generic.IReadOnlyList_1, otherIndex: System_Collections_Generic.IReadOnlyList_1): Rewrap; ReferenceChangeDetected(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, oldValue: unknown | null, newValue: unknown | null): Rewrap; ReferenceChangeDetectedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, oldValue: unknown | null, newValue: unknown | null): Rewrap; ReleasedTransactionSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; ReleasedTransactionSavepointAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap; ReleasingTransactionSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; ReleasingTransactionSavepointAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap>; RequiredAttributeOnCollection(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation): Rewrap; RequiredAttributeOnSkipNavigation(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, navigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlySkipNavigation): Rewrap; RolledBackToTransactionSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; RolledBackToTransactionSavepointAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap; RollingBackToTransactionSavepoint(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; RollingBackToTransactionSavepointAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap>; RowLimitingOperationWithoutOrderByWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; SaveChangesCanceled(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext): Rewrap; SaveChangesCanceledAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, cancellationToken?: System_Threading.CancellationToken): Rewrap; SaveChangesCompleted(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, entitiesSavedCount: int): Rewrap; SaveChangesCompletedAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, entitiesSavedCount: int, cancellationToken?: System_Threading.CancellationToken): Rewrap>; SaveChangesFailed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, exception: System.Exception): Rewrap; SaveChangesFailedAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, exception: System.Exception, cancellationToken?: System_Threading.CancellationToken): Rewrap; SaveChangesStarting(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext): Rewrap>; SaveChangesStartingAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, context: Microsoft_EntityFrameworkCore.DbContext, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; SensitiveDataLoggingEnabledWarning>(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; ServiceProviderCreated(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, serviceProvider: System.IServiceProvider): Rewrap; ServiceProviderDebugInfo(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, newDebugInfo: System_Collections_Generic.IDictionary_2, cachedDebugInfos: System_Collections_Generic.IList_1>): Rewrap; ShadowForeignKeyPropertyCreated(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, basePropertyName: string): Rewrap; ShadowPropertyCreated(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; SkipCollectionChangeDetected(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.ISkipNavigation, added: System_Collections_Generic.ISet_1, removed: System_Collections_Generic.ISet_1): Rewrap; SkipCollectionChangeDetectedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.ISkipNavigation, added: System_Collections_Generic.ISet_1, removed: System_Collections_Generic.ISet_1): Rewrap; SkippedEntityTypeConfigurationWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, type: System.Type): Rewrap; StartedTracking(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry): Rewrap; StartedTrackingSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry): Rewrap; StateChanged(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, oldState: Microsoft_EntityFrameworkCore.EntityState, newState: Microsoft_EntityFrameworkCore.EntityState): Rewrap; StateChangedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, oldState: Microsoft_EntityFrameworkCore.EntityState, newState: Microsoft_EntityFrameworkCore.EntityState): Rewrap; StoredProcedureConcurrencyTokenNotMapped(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, concurrencyProperty: Microsoft_EntityFrameworkCore_Metadata.IProperty, storedProcedureName: string): Rewrap; StringEnumValueInJson(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, enumType: System.Type): Rewrap; TpcStoreGeneratedIdentityWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; TransactionCommitted(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan): Rewrap; TransactionCommittedAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): Rewrap; TransactionCommitting(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; TransactionCommittingAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap>; TransactionDisposed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; TransactionError(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, action: string, exception: System.Exception, startTime: System.DateTimeOffset, duration: System.TimeSpan): Rewrap; TransactionErrorAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, action: string, exception: System.Exception, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): Rewrap; TransactionRolledBack(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan): Rewrap; TransactionRolledBackAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): Rewrap; TransactionRollingBack(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; TransactionRollingBackAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap>; TransactionStarted(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan): Rewrap; TransactionStartedAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): Rewrap>; TransactionStarting(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, isolationLevel: System_Data.IsolationLevel, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap>; TransactionStartingAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, isolationLevel: System_Data.IsolationLevel, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap>>; TransactionUsed(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): Rewrap; TransactionUsedAsync(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): Rewrap>; TriggerOnNonRootTphEntity(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; TypeLoadingErrorWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, assembly: System_Reflection.Assembly, exception: System.Exception): Rewrap; UnexpectedTrailingResultSetWhenSaving(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; ValueGenerated(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, value: unknown | null, temporary: boolean): Rewrap; ValueGeneratedSensitive(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, value: unknown | null, temporary: boolean): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Diagnostics interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Diagnostics { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Diagnostics; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Diagnostics; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Infrastructure interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Infrastructure { Assign(this: System_Linq_Expressions.MemberExpression, valueExpression: System_Linq_Expressions.Expression): Rewrap; CreateEFPropertyExpression(this: System_Linq_Expressions.Expression, property: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase, makeNullable?: boolean): Rewrap; CreateKeyValuesExpression(this: System_Linq_Expressions.Expression, properties: System_Collections_Generic.IReadOnlyList_1, makeNullable?: boolean): Rewrap; CreateValueBufferReadValueExpression(this: System_Linq_Expressions.Expression, type: System.Type, index: int, property: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase | null): Rewrap; FormatColumns(this: System_Collections_Generic.IEnumerable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetColumnNames(this: System_Collections_Generic.IEnumerable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap | null>; GetInfrastructure(this: Microsoft_EntityFrameworkCore_Infrastructure.IInfrastructure_1): Rewrap; GetMemberAccess(this: System_Linq_Expressions.LambdaExpression): Rewrap; GetMemberAccessList(this: System_Linq_Expressions.LambdaExpression): Rewrap>; GetPropertyAccess(this: System_Linq_Expressions.LambdaExpression): Rewrap; GetPropertyAccessList(this: System_Linq_Expressions.LambdaExpression): Rewrap>; GetRelationalDependencies(this: Microsoft_EntityFrameworkCore_Metadata.IModel, methodName?: string): Rewrap; GetService(this: Microsoft_EntityFrameworkCore_Infrastructure.IInfrastructure_1): Rewrap; GetService(this: Microsoft_EntityFrameworkCore_Infrastructure.IInfrastructure_1, serviceType: System.Type): Rewrap; IsEFPropertyMethod(this: System_Reflection.MethodInfo): Rewrap; Load(this: Microsoft_EntityFrameworkCore_Infrastructure.ILazyLoader | null, entity: unknown, navigationField: TRelated | null, navigationName?: string): Rewrap; MakeMemberAccess(this: System_Linq_Expressions.Expression | null, member: System_Reflection.MemberInfo): Rewrap; Print(this: System_Linq_Expressions.Expression, characterLimit?: System.Nullable_1): Rewrap; ShortDisplayName(this: System.Type): Rewrap; TryGetEFPropertyArguments(this: System_Linq_Expressions.MethodCallExpression, entityExpression: System_Linq_Expressions.Expression | null, propertyName: string | null): Rewrap; TryGetIndexerArguments(this: System_Linq_Expressions.MethodCallExpression, model: Microsoft_EntityFrameworkCore_Metadata.IModel, entityExpression: System_Linq_Expressions.Expression | null, propertyName: string | null): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Infrastructure interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Infrastructure { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Infrastructure; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1 & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Infrastructure) : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Infrastructure; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Infrastructure.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Infrastructure_Internal { BuildOptionsFragment(this: Microsoft_EntityFrameworkCore_Infrastructure.IDbContextOptions): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Infrastructure.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Infrastructure_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Infrastructure_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Infrastructure_Internal; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Internal { ConfigureConventions(this: Microsoft_EntityFrameworkCore.DbContext, configurationBuilder: Microsoft_EntityFrameworkCore.ModelConfigurationBuilder): Rewrap; DisplayName(this: Microsoft_EntityFrameworkCore_Metadata_Internal.TypeBase): Rewrap; DisplayName(this: System_Reflection.MethodInfo): Rewrap; EnsureRelationalModel(this: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap; FindIndexerProperty(this: System.Type): Rewrap; FormatTable(this: System.ValueTuple_2): Rewrap; FormatTables(this: System_Collections_Generic.IEnumerable_1>): Rewrap; GenerateParameterName(this: System.Type): Rewrap; GetComplexProperty(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase, name: string): Rewrap; GetDependencies(this: Microsoft_EntityFrameworkCore_Infrastructure.ICurrentDbContext): Rewrap; GetDependencies(this: Microsoft_EntityFrameworkCore_Internal.IDbContextDependencies): Rewrap; GetFieldInfo(this: System.Type, fieldName: string): Rewrap; GetLambdaOrNull(this: System_Linq_Expressions.Expression): Rewrap; GetOwnedName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase, simpleName: string, ownershipNavigation: string): Rewrap; GetRuntimeFields(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap>; GetRuntimeProperties(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap>; IsAdHoc(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType): Rewrap; IsDefaultValue(this: System.Type, value: unknown | null): Rewrap; IsLogicalNot(this: System_Linq_Expressions.UnaryExpression): Rewrap; IsLogicalOperation(this: System_Linq_Expressions.Expression): Rewrap; MakeHasSentinel(this: System_Linq_Expressions.Expression, propertyBase: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase | null): Rewrap; MatchMemberAccessList(this: System_Linq_Expressions.LambdaExpression, memberMatcher: System.Func_3): Rewrap | null>; MatchSimpleMemberAccess(this: System_Linq_Expressions.Expression, memberAccessExpression: System_Linq_Expressions.Expression): Rewrap; MethodIsClosedFormOf(this: System_Reflection.MethodInfo, genericMethod: System_Reflection.MethodInfo): Rewrap; RemoveTypeAs(this: System_Linq_Expressions.Expression | null): Rewrap; RentAndPopulateRelationalCommand(this: Microsoft_EntityFrameworkCore_Query_Internal.RelationalCommandResolver, queryContext: Microsoft_EntityFrameworkCore_Query.RelationalQueryContext): Rewrap; ShortName(this: Microsoft_EntityFrameworkCore_Metadata_Internal.TypeBase): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1 & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Internal) : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Internal; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Metadata interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata { Max(this: Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource, right: System.Nullable_1): Rewrap; Max(this: System.Nullable_1, right: System.Nullable_1): Rewrap>; Overrides(this: Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource, oldConfigurationSource: System.Nullable_1): Rewrap; Overrides(this: System.Nullable_1, oldConfigurationSource: System.Nullable_1): Rewrap; OverridesStrictly(this: Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource, oldConfigurationSource: System.Nullable_1): Rewrap; OverridesStrictly(this: System.Nullable_1, oldConfigurationSource: System.Nullable_1): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Metadata interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Conventions_Internal { Run(this: Microsoft_EntityFrameworkCore_Metadata_Conventions.IConventionBatch, relationshipBuilder: Microsoft_EntityFrameworkCore_Metadata_Internal.InternalForeignKeyBuilder): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Conventions_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Conventions_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Conventions_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Conventions_Internal; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Metadata.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Internal { AreCompatible(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, duplicateForeignKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap; AreCompatible(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, duplicateIndex: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap; AreCompatible(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, duplicateKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap; CalculateCounts(this: Microsoft_EntityFrameworkCore_Metadata_Internal.IRuntimeEntityType): Rewrap; CheckContains(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase, property: T): Rewrap; CreateMemberIdentity(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation | null): Rewrap; CreateMemberIdentity(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlySkipNavigation | null): Rewrap; FindDeclaredOwnership(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap; FindDeclaredOwnership(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; FindDeclaredPrimaryKey(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; FindDeclaredReferencingRowInternalForeignKeys(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; FindDerivedNavigations(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, navigationName: string): Rewrap>; FindFirstDifferentPrincipal(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; FindGenerationProperty(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; FindInOwnershipPath(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, targetType: System.Type): Rewrap; FindNavigationsFrom(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap>; FindNavigationsFromInHierarchy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap>; FindNavigationsTo(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap>; FindNavigationsToInHierarchy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap>; FindSameTypeNameWithDifferentNamespace(this: Microsoft_EntityFrameworkCore_Metadata.IModel, type: System.Type): Rewrap; ForAdd(this: Microsoft_EntityFrameworkCore_Metadata.ValueGenerated): Rewrap; ForUpdate(this: Microsoft_EntityFrameworkCore_Metadata.ValueGenerated): Rewrap; GetChainToComplexProperty(this: Microsoft_EntityFrameworkCore_Metadata.IComplexProperty, fromEntity: boolean): Rewrap>; GetConfiguredColumnType(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetConstraintName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, principalStoreObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1 | null): Rewrap; GetDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1 | null): Rewrap; GetDefaultDatabaseName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1 | null): Rewrap; GetDefaultName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, principalStoreObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1 | null): Rewrap; GetDefaultName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1 | null): Rewrap; GetDiscriminatorValue(this: Microsoft_EntityFrameworkCore_Metadata_Internal.EntityType): Rewrap; GetEntityTypesInHierarchicalOrder(this: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap>; GetIdentifyingMemberInfo(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase): Rewrap; GetName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1 | null): Rewrap; GetNavigationMemberInfo(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, navigationName: string): Rewrap; GetNavigations(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey): Rewrap>; GetNonPrincipalSharedNonPkProperties(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType, table: Microsoft_EntityFrameworkCore_Metadata.ITableBase): Rewrap>; GetOriginalValueIndex(this: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase): Rewrap; GetPropertiesWithMinimalOverlapIfPossible(this: Microsoft_EntityFrameworkCore_Metadata.IForeignKey, foreignKeyProperties: System_Collections_Generic.IReadOnlyList_1, principalKeyProperties: System_Collections_Generic.IReadOnlyList_1): Rewrap; GetPropertyAccessors(this: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase): Rewrap; GetPropertyIndexes(this: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase): Rewrap; GetRelationshipIndex(this: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase): Rewrap; GetRootEntityTypes(this: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap>; GetShadowIndex(this: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase): Rewrap; GetStoreGeneratedIndex(this: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase): Rewrap; GetStoreObjectConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, type: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): Rewrap>; GetViewOrTableMappings(this: Microsoft_EntityFrameworkCore_Metadata.ITypeBase): Rewrap>; IndexOf(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; IsAssignableFrom(this: Microsoft_EntityFrameworkCore_Metadata_Internal.EntityType, otherEntityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; IsEntityType(this: Microsoft_EntityFrameworkCore_Metadata_Internal.TypeConfigurationType): Rewrap; IsEntityType(this: System.Nullable_1): Rewrap>; IsForeignKeyToSelf(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; IsInOwnershipPath(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, targetType: System.Type): Rewrap; IsInOwnershipPath(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, targetType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; IsIndexerProperty(this: Microsoft_EntityFrameworkCore_Metadata_Internal.PropertyBase): Rewrap; IsKey(this: Microsoft_EntityFrameworkCore_Metadata_Internal.Property): Rewrap; IsMainFragment(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; IsOrdinalKeyProperty(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; IsOwned(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; IsSelfReferencing(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey): Rewrap; IsShadowProperty(this: Microsoft_EntityFrameworkCore_Metadata_Internal.PropertyBase): Rewrap; IsStrictlyDerivedFrom(this: Microsoft_EntityFrameworkCore_Metadata_Internal.EntityType, otherEntityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; LeastDerivedType(this: Microsoft_EntityFrameworkCore_Metadata_Internal.EntityType, otherEntityType: Microsoft_EntityFrameworkCore_Metadata_Internal.EntityType): Rewrap; MayBeStoreGenerated(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; RequiresOriginalValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyComplexProperty): Rewrap; RequiresOriginalValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; RequiresValueGenerator(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; SetProductVersion(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, value: string): Rewrap; ShortNameChain(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; TryGetMemberInfo(this: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase, forMaterialization: boolean, forSet: boolean, memberInfo: System_Reflection.MemberInfo | null, errorMessage: string | null): Rewrap; UseEagerSnapshots(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Metadata.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Internal; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Migrations interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations { GetMigrationId(this: Microsoft_EntityFrameworkCore_Migrations.IMigrationsAssembly, nameOrId: string): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Migrations interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Migrations.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations_Internal { GetId(this: Microsoft_EntityFrameworkCore_Migrations.Migration): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Migrations.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations_Internal; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Storage interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Storage { AddCompositeParameter(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder, invariantName: string, subParameters: System_Collections_Generic.IReadOnlyList_1): Rewrap; AddParameter(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder, invariantName: string, name: string): Rewrap; AddParameter(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder, invariantName: string, name: string, relationalTypeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping, nullable: System.Nullable_1, direction?: System_Data.ParameterDirection): Rewrap; AddRawParameter(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder, invariantName: string, dbParameter: System_Data_Common.DbParameter): Rewrap; AppendLine(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder, value: string): Rewrap; AppendLine(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder, value: System.FormattableString): Rewrap; AppendLines(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder, value: string, skipFinalNewline?: boolean): Rewrap; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Action, verifySucceeded: System.Func_1, isolationLevel: System_Data.IsolationLevel): Rewrap; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_1, verifySucceeded: System.Func_1, isolationLevel: System_Data.IsolationLevel): Rewrap; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Action_1, verifySucceeded: System.Func_2, isolationLevel: System_Data.IsolationLevel): Rewrap; ExecuteInTransaction(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_2, verifySucceeded: System.Func_2, isolationLevel: System_Data.IsolationLevel): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_1, verifySucceeded: System.Func_1>, isolationLevel: System_Data.IsolationLevel): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_2, verifySucceeded: System.Func_2>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, operation: System.Func_2>, verifySucceeded: System.Func_2>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): Rewrap>; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_3, verifySucceeded: System.Func_3>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): Rewrap; ExecuteInTransactionAsync(this: Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy, state: TState, operation: System.Func_3>, verifySucceeded: System.Func_3>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): Rewrap>; GetDbTransaction(this: Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction): Rewrap; GetMapping(this: Microsoft_EntityFrameworkCore_Storage.IRelationalTypeMappingSource, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; GetMapping(this: Microsoft_EntityFrameworkCore_Storage.IRelationalTypeMappingSource, clrType: System.Type): Rewrap; GetMapping(this: Microsoft_EntityFrameworkCore_Storage.IRelationalTypeMappingSource, clrType: System.Type, model: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap; GetMapping(this: Microsoft_EntityFrameworkCore_Storage.IRelationalTypeMappingSource, typeName: string): Rewrap; GetMappingForValue(this: Microsoft_EntityFrameworkCore_Storage.IRelationalTypeMappingSource, value: unknown | null): Rewrap; GetMappingForValue(this: Microsoft_EntityFrameworkCore_Storage.IRelationalTypeMappingSource, value: unknown | null, model: Microsoft_EntityFrameworkCore_Metadata.IModel): Rewrap; Indent(this: Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Storage interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Storage { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Storage; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Storage = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Storage; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Storage.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Storage_Internal { FormatParameter(this: System_Data_Common.DbParameter, logParameterValues: boolean): Rewrap; FormatParameters(this: System_Data_Common.DbParameterCollection, logParameterValues: boolean): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Storage.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Storage_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Storage_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Storage_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Storage_Internal; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Update interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Update { BuildCurrentValuesString(this: Microsoft_EntityFrameworkCore_Update.IUpdateEntry, properties: System_Collections_Generic.IEnumerable_1): Rewrap; BuildOriginalValuesString(this: Microsoft_EntityFrameworkCore_Update.IUpdateEntry, properties: System_Collections_Generic.IEnumerable_1): Rewrap; GetCurrentProviderValue(this: Microsoft_EntityFrameworkCore_Update.IUpdateEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; GetOriginalProviderValue(this: Microsoft_EntityFrameworkCore_Update.IUpdateEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap; ToDebugString(this: Microsoft_EntityFrameworkCore_Update.IUpdateEntry, options?: Microsoft_EntityFrameworkCore_ChangeTracking.ChangeTrackerDebugStringOptions, indent?: int): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Update interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Update { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Update; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Update = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Update; // Extension method table for namespace: Microsoft.Extensions.DependencyInjection interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection { AddDbContext(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction?: System.Action_1 | null, contextLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap; AddDbContext(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, contextLifetime: Microsoft_Extensions_DependencyInjection.ServiceLifetime, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap; AddDbContext(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_2 | null, contextLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap; AddDbContextFactory(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction?: System.Action_1 | null, lifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap; AddDbContextFactory(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_2, lifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap; AddDbContextPool(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_1, poolSize?: int): Rewrap; AddDbContextPool(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_2, poolSize?: int): Rewrap; AddPooledDbContextFactory(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_1, poolSize?: int): Rewrap; AddPooledDbContextFactory(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_2, poolSize?: int): Rewrap; ConfigureDbContext(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_1, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap; ConfigureDbContext(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, optionsAction: System.Action_2, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyInjection; } export type ExtensionMethods_Microsoft_Extensions_DependencyInjection = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_Extensions_DependencyInjection; // Extension method table for namespace: System.Transactions interface __TsonicExtMethods_System_Transactions { EnlistTransaction(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, transaction: System_Transactions.Transaction | null): Rewrap; GetEnlistedTransaction(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; } // Generic helper type for extension methods in namespace: System.Transactions interface __TsonicExtApplier_System_Transactions { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_System_Transactions; } export type ExtensionMethods_System_Transactions = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_System_Transactions;