次の方法で共有


IEntityMaterializerSource.GetEmptyMaterializer(IEntityType) メソッド

定義

指定されたエンティティ型の空のインスタンスを作成するキャッシュされたデリゲートを返します。

このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

public Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext,object> GetEmptyMaterializer (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member GetEmptyMaterializer : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext, obj>
Public Function GetEmptyMaterializer (entityType As IEntityType) As Func(Of MaterializationContext, Object)

パラメーター

entityType
IEntityType

具体化されるエンティティ型。

戻り値

インスタンスを作成するデリゲート。

適用対象