CoreStrings.ConstructorConflict(Object, Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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