CoreStrings.DuplicatePropertyInForeignKey(Object, Object) 方法

定义

属性 {propertyList} 不能用于外键,因为它们包含重复的:“{property}”。

public static string DuplicatePropertyInForeignKey (object propertyList, object property);
public static string DuplicatePropertyInForeignKey (object? propertyList, object? property);
static member DuplicatePropertyInForeignKey : obj * obj -> string
Public Shared Function DuplicatePropertyInForeignKey (propertyList As Object, property As Object) As String

参数

propertyList
Object
property
Object

返回

适用于