-
Notifications
You must be signed in to change notification settings - Fork 0
SqliteNoCaseReplacementExtensions.UseSqliteNoCaseReplacement.IFI8BXQUG5J3GG3IR4HQLOYS8
Mike King edited this page Sep 30, 2025
·
2 revisions
Use the SQLite NoCase replacement.
public static Microsoft.EntityFrameworkCore.DbContextOptionsBuilder UseSqliteNoCaseReplacement(this Microsoft.EntityFrameworkCore.DbContextOptionsBuilder optionsBuilder);optionsBuilder Microsoft.EntityFrameworkCore.DbContextOptionsBuilder
The builder being used to configure the context.
Microsoft.EntityFrameworkCore.DbContextOptionsBuilder
The same builder instance so multiple calls can be chained.
Replaces the SQLite NoCase collation with a custom one which can handle Unicode characters and is accent and case insensitive (the original is ASCII only).