Skip to content

UtilityExtensions.UseCaseInsensitiveCollation.OOAJ0C9TAY9KQT6XA7CZXJJN6

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

UtilityExtensions.UseCaseInsensitiveCollation(this ModelBuilder, string) Method

Use Case Insensitive Collation.

public static Microsoft.EntityFrameworkCore.ModelBuilder UseCaseInsensitiveCollation(this Microsoft.EntityFrameworkCore.ModelBuilder modelBuilder, string? databaseType);

Parameters

modelBuilder Microsoft.EntityFrameworkCore.ModelBuilder

The builder used to construct the model for the context.

databaseType System.String

The database type.

Returns

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

Clone this wiki locally