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