次の方法で共有


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 見つからない場合は 。

適用対象