EntityProjectionExpression.UpdateEntityType(IEntityType) Yöntem

Tanım

Yansıtılmakta olan varlık türünü türetilmiş türden birine güncelleştirir.

public virtual Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression UpdateEntityType (Microsoft.EntityFrameworkCore.Metadata.IEntityType derivedType);
abstract member UpdateEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression
override this.UpdateEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression
Public Overridable Function UpdateEntityType (derivedType As IEntityType) As EntityProjectionExpression

Parametreler

derivedType
IEntityType

Yansıtılmalı türetilmiş bir varlık türü.

Döndürülenler

EntityProjectionExpression

Türetilmiş türü yansıtılmakta olan yeni bir varlık projeksiyon ifadesi.

Şunlara uygulanır