IConventionModelBuilder.Owned(Type, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將實體類型標示為擁有。 此類型的所有參考都會設定為個別擁有的類型實例。
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
指出是否使用資料批註來指定組態。
傳回
物件,可用來為擁有的實體類型提供預設組態。