CoreStrings.AmbiguousEndRequiredInverted(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{entityType}' 上的外鍵 {foreignKeyProperties}' 無法反轉為實體類型 '{principalEntityType}',因為它在設定相依端之前已設定為必要。 在視需要設定外鍵之前,請先設定外鍵屬性或主體金鑰。 如需更多詳細資料,請參閱 https://go.microsoft.com/fwlink/?LinkId=724062 \(英文\)。
public static string AmbiguousEndRequiredInverted (object foreignKeyProperties, object entityType, object principalEntityType);
public static string AmbiguousEndRequiredInverted (object? foreignKeyProperties, object? entityType, object? principalEntityType);
static member AmbiguousEndRequiredInverted : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredInverted (foreignKeyProperties As Object, entityType As Object, principalEntityType As Object) As String
參數
- foreignKeyProperties
- Object
- entityType
- Object
- principalEntityType
- Object