-
Notifications
You must be signed in to change notification settings - Fork 0
UtilityExtensions.UseCaseInsensitiveCollation.OOAJ0C9TAY9KQT6XA7CZXJJN6
Mike King edited this page Sep 30, 2025
·
2 revisions
Use Case Insensitive Collation.
public static Microsoft.EntityFrameworkCore.ModelBuilder UseCaseInsensitiveCollation(this Microsoft.EntityFrameworkCore.ModelBuilder modelBuilder, string? databaseType);modelBuilder Microsoft.EntityFrameworkCore.ModelBuilder
The builder used to construct the model for the context.
databaseType System.String
The database type.
Microsoft.EntityFrameworkCore.ModelBuilder
The same builder instance so multiple calls can be chained.