Sdílet prostřednictvím


CoreStrings.ConstructorConflict(Object, Object) Metoda

Definice

Konstruktory {firstConstructor} a {secondConstructor} mají stejný počet parametrů a mohou být použity v Entity Framework. Konstruktor, který se má použít, musí být nakonfigurovaný v 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

Návraty

Platí pro