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
Static Methods
Type | Name | Description |
---|---|---|
String |
GetColumnName(this IProperty property) |
Gets the column name for the specified IProperty. |
String |
GetSchema(this IEntityType entityType) |
Gets the schema name for the specified IEntityType |
String |
GetTableName(this IEntityType entityType) |
Gets the table name for the specified IEntityType. |