Condividi tramite


CoreStrings.ConstructorConflict(Object, Object) Metodo

Definizione

I costruttori '{firstConstructor}' e '{secondConstructor}' hanno lo stesso numero di parametri e possono essere entrambi usati da Entity Framework. Il costruttore da usare deve essere configurato in '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

Parametri

firstConstructor
Object
secondConstructor
Object

Restituisce

Si applica a