CoreStrings.ForeignKeyPropertiesWrongEntity(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定的外鍵屬性 {foreignKeyProperties} 不會在實體類型 '{entityType}' 上宣告。 確定在目標實體類型上宣告外鍵屬性。
public static string ForeignKeyPropertiesWrongEntity (object foreignKey, object entityType);
public static string ForeignKeyPropertiesWrongEntity (object foreignKeyProperties, object entityType);
public static string ForeignKeyPropertiesWrongEntity (object? foreignKeyProperties, object? entityType);
static member ForeignKeyPropertiesWrongEntity : obj * obj -> string
static member ForeignKeyPropertiesWrongEntity : obj * obj -> string
Public Shared Function ForeignKeyPropertiesWrongEntity (foreignKey As Object, entityType As Object) As String
Public Shared Function ForeignKeyPropertiesWrongEntity (foreignKeyProperties As Object, entityType As Object) As String
參數
- foreignKeyforeignKeyProperties
- Object
- entityType
- Object