Compartir a través de


CoreStrings.DuplicatePropertyInForeignKey(Object, Object) Método

Definición

Las propiedades {propertyList} no se pueden usar para una clave externa, porque contienen un duplicado: '{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

Parámetros

propertyList
Object
property
Object

Devoluciones

Se aplica a