Skip to content

FreeTextSearchExtensions.GetStemmingTable.OI2F82OKJOEMN1CATL658RO08

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

FreeTextSearchExtensions.GetStemmingTable(this IEntityType) Method

Get the stemming table name associated with this entity.

public static string? GetStemmingTable(this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);

Parameters

entityType Microsoft.EntityFrameworkCore.Metadata.IEntityType

The Microsoft.EntityFrameworkCore.Metadata.IEntityType.

Returns

System.String
The table name or null if none found.

Clone this wiki locally