共用方式為


IConventionModelBuilder.Owned(Type, Boolean) 方法

定義

將實體類型標示為擁有。 此類型的所有參考都會設定為個別擁有的類型實例。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionOwnedEntityTypeBuilder Owned (Type type, bool fromDataAnnotation = false);
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionOwnedEntityTypeBuilder? Owned (Type type, bool fromDataAnnotation = false);
abstract member Owned : Type * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionOwnedEntityTypeBuilder
Public Function Owned (type As Type, Optional fromDataAnnotation As Boolean = false) As IConventionOwnedEntityTypeBuilder

參數

type
Type

要設定的實體類型。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

物件,可用來為擁有的實體類型提供預設組態。

適用於