Udostępnij za pośrednictwem


CoreStrings.ConstructorConflict(Object, Object) Metoda

Definicja

Konstruktory "{firstConstructor}" i "{secondConstructor}" mają taką samą liczbę parametrów i mogą być używane przez program Entity Framework. Konstruktor, który ma być używany, musi być skonfigurowany w obszarze "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

Parametry

firstConstructor
Object
secondConstructor
Object

Zwraca

Dotyczy