Compartir a través de


CoreStrings.ConstructorConflict(Object, Object) Método

Definición

Los constructores '{firstConstructor}' y '{secondConstructor}' tienen el mismo número de parámetros y se pueden usar en Entity Framework. El constructor que se va a usar debe configurarse en "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

Parámetros

firstConstructor
Object
secondConstructor
Object

Devoluciones

Se aplica a