다음을 통해 공유


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

반환

적용 대상