-
Notifications
You must be signed in to change notification settings - Fork 0
DatabaseTypeExtensions
Mike King edited this page Jul 29, 2026
·
4 revisions
Database Type Extensions.
public static class DatabaseTypeExtensionsInheritance System.Object → DatabaseTypeExtensions
| Methods | |
|---|---|
| GetDatabaseType(this DbContextOptions) | Gets the type of database in use from a Microsoft.EntityFrameworkCore.DbContextOptions object. |
| GetDatabaseType(this DatabaseFacade) | Gets the type of database in use from a Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade object. |
| GetDatabaseType(this MigrationBuilder) | Gets the type of database in use from a Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder object. |