Поделиться через


CoreStrings.ConstructorConflict(Object, Object) Метод

Определение

Конструкторы "{firstConstructor}" и "{secondConstructor}" имеют одинаковое количество параметров и могут использоваться платформой Entity Framework. Используемый конструктор должен быть настроен в 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

Параметры

firstConstructor
Object
secondConstructor
Object

Возвращаемое значение

Применяется к