IConventionForeignKeyBuilder.CanSetIsOwnership 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出這個關聯性是否可以設定為從目前的組態來源定義擁有權。
public bool CanSetIsOwnership (bool? ownership, bool fromDataAnnotation = false);
abstract member CanSetIsOwnership : Nullable<bool> * bool -> bool
Public Function CanSetIsOwnership (ownership As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Boolean
參數
- fromDataAnnotation
- Boolean
指出是否已使用資料批註指定組態。
傳回
true
如果關聯性可以設定為定義擁有權,則為 。