-
Notifications
You must be signed in to change notification settings - Fork 0
DatabaseTypeExtensions
Mike King edited this page Sep 30, 2025
·
2 revisions
Database Type Extensions.
public static class DatabaseTypeExtensionsInheritance System.Object 🡒 DatabaseTypeExtensions
| Methods | |
|---|---|
| GetDatabaseType(this DbContextOptionsBuilder) | Gets the type of database in use from a Microsoft.EntityFrameworkCore.DbContextOptionsBuilder 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. |