We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get the stemming table name associated with this entity.
public static string? GetStemmingTable(this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
entityType Microsoft.EntityFrameworkCore.Metadata.IEntityType
entityType
The Microsoft.EntityFrameworkCore.Metadata.IEntityType.
System.String The table name or null if none found.