Skip to content

SqliteNoCaseReplacementExtensions.UseSqliteNoCaseReplacement.IFI8BXQUG5J3GG3IR4HQLOYS8

Mike King edited this page Sep 30, 2025 · 2 revisions

SqliteNoCaseReplacementExtensions.UseSqliteNoCaseReplacement(this DbContextOptionsBuilder) Method

Use the SQLite NoCase replacement.

public static Microsoft.EntityFrameworkCore.DbContextOptionsBuilder UseSqliteNoCaseReplacement(this Microsoft.EntityFrameworkCore.DbContextOptionsBuilder optionsBuilder);

Parameters

optionsBuilder Microsoft.EntityFrameworkCore.DbContextOptionsBuilder

The builder being used to configure the context.

Returns

Microsoft.EntityFrameworkCore.DbContextOptionsBuilder
The same builder instance so multiple calls can be chained.

Remarks

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).

Clone this wiki locally