共用方式為


IConventionForeignKeyBuilder.CanSetPrincipalKey 方法

定義

多載

CanSetPrincipalKey(IReadOnlyList<IConventionProperty>, Boolean)

傳回值,指出指定的屬性是否可以從目前的組態來源設定為此關聯性的目標

CanSetPrincipalKey(IReadOnlyList<String>, Boolean)

傳回值,指出指定的屬性是否可以從目前的組態來源設定為此關聯性的目標

CanSetPrincipalKey(IReadOnlyList<IConventionProperty>, Boolean)

傳回值,指出指定的屬性是否可以從目前的組態來源設定為此關聯性的目標

public bool CanSetPrincipalKey (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> properties, bool fromDataAnnotation = false);
public bool CanSetPrincipalKey (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty>? properties, bool fromDataAnnotation = false);
abstract member CanSetPrincipalKey : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool -> bool
Public Function CanSetPrincipalKey (properties As IReadOnlyList(Of IConventionProperty), Optional fromDataAnnotation As Boolean = false) As Boolean

參數

properties
IReadOnlyList<IConventionProperty>

要設為目標的這個關聯性屬性。

fromDataAnnotation
Boolean

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

傳回

true 如果指定的屬性可以設定為目標,則為 。

適用於

CanSetPrincipalKey(IReadOnlyList<String>, Boolean)

傳回值,指出指定的屬性是否可以從目前的組態來源設定為此關聯性的目標

public bool CanSetPrincipalKey (System.Collections.Generic.IReadOnlyList<string> propertyNames, bool fromDataAnnotation = false);
public bool CanSetPrincipalKey (System.Collections.Generic.IReadOnlyList<string>? propertyNames, bool fromDataAnnotation = false);
abstract member CanSetPrincipalKey : System.Collections.Generic.IReadOnlyList<string> * bool -> bool
Public Function CanSetPrincipalKey (propertyNames As IReadOnlyList(Of String), Optional fromDataAnnotation As Boolean = false) As Boolean

參數

propertyNames
IReadOnlyList<String>

要設為目標的這個關聯性屬性。

fromDataAnnotation
Boolean

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

傳回

true 如果指定的屬性可以設定為目標,則為 。

適用於