Поделиться через


IColumn.FindColumnMapping(IReadOnlyEntityType) Метод

Определение

Возвращает сопоставление свойств для заданного типа сущности.

public virtual Microsoft.EntityFrameworkCore.Metadata.IColumnMapping? FindColumnMapping (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
abstract member FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IColumnMapping
override this.FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IColumnMapping
Public Overridable Function FindColumnMapping (entityType As IReadOnlyEntityType) As IColumnMapping

Параметры

entityType
IReadOnlyEntityType

Тип сущности.

Возвращаемое значение

Сопоставление свойств или null , если не найдено.

Применяется к