共用方式為


RelationalEntityShaperExpression.WithEntityType(IEntityType) 方法

定義

變更此實體圖形化工具所成形的實體類型。

public override Microsoft.EntityFrameworkCore.Query.EntityShaperExpression WithEntityType (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
override this.WithEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
Public Overrides Function WithEntityType (entityType As IEntityType) As EntityShaperExpression

參數

entityType
IEntityType

要使用的新實體類型。

傳回

如果實體類型未變更,則為這個運算式,或是具有更新實體類型的運算式。

適用於