CoreStrings.ConflictingForeignKeyAttributes Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ConflictingForeignKeyAttributes(Object, Object) |
Esistono più ForeignKeyAttributes che puntano allo stesso set di proprietà : '{propertyList}' sul tipo di entità '{entityType}'. |
ConflictingForeignKeyAttributes(Object, Object, Object) |
Sono presenti più attributi [ForeignKey] che puntano allo stesso set di proprietà '{propertyList}' nel tipo di entità '{entityType}' e destinati al tipo di entità principale '{principalEntityType}'. |
ConflictingForeignKeyAttributes(Object, Object)
Esistono più ForeignKeyAttributes che puntano allo stesso set di proprietà : '{propertyList}' sul tipo di entità '{entityType}'.
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType);
static member ConflictingForeignKeyAttributes : obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object) As String
Parametri
- propertyList
- Object
- entityType
- Object
Restituisce
Si applica a
ConflictingForeignKeyAttributes(Object, Object, Object)
Sono presenti più attributi [ForeignKey] che puntano allo stesso set di proprietà '{propertyList}' nel tipo di entità '{entityType}' e destinati al tipo di entità principale '{principalEntityType}'.
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType, object principalEntityType);
public static string ConflictingForeignKeyAttributes (object? propertyList, object? entityType, object? principalEntityType);
static member ConflictingForeignKeyAttributes : obj * obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object, principalEntityType As Object) As String
Parametri
- propertyList
- Object
- entityType
- Object
- principalEntityType
- Object