IStoreStoredProcedureResultColumn.FindColumnMapping 方法

定义

返回给定实体类型的属性映射。

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

参数

entityType
IReadOnlyEntityType

一个实体类型。

返回

属性映射,如果未找到 ,则 null 为 。

适用于