Partager via


CoreStrings.ConstructorConflict(Object, Object) Méthode

Définition

Les constructeurs « {firstConstructor} » et « {secondConstructor} » ont le même nombre de paramètres et peuvent tous deux être utilisés par Entity Framework. Le constructeur à utiliser doit être configuré dans « OnModelCreating ».

public static string ConstructorConflict (object firstConstructor, object secondConstructor);
public static string ConstructorConflict (object? firstConstructor, object? secondConstructor);
static member ConstructorConflict : obj * obj -> string
Public Shared Function ConstructorConflict (firstConstructor As Object, secondConstructor As Object) As String

Paramètres

firstConstructor
Object
secondConstructor
Object

Retours

S’applique à