Skip to content

EntityFrameworkCore2Extensions class

Defines some extensions which unify meta-data functions used in EF Core 2 with EF Core 3 API.

public static class Korzh.EasyQuery.EntityFrameworkCore.EntityFrameworkCore2Extensions
TypeNameDescription
StringGetColumnName(this IProperty property)Gets the column name for the specified IProperty.
StringGetSchema(this IEntityType entityType)Gets the schema name for the specified IEntityType
StringGetTableName(this IEntityType entityType)Gets the table name for the specified IEntityType.