다음을 통해 공유


CoreStrings.IdentifyingRelationshipCycle(Object) 메서드

정의

다음 엔터티 형식의 기본 키와 관련된 관계 주기가 검색되었습니다. '{entityType}'. 이렇게 하면 저장소 제약 조건을 위반하지 않고 엔터티를 삽입할 수 없습니다. 기본 키에 정의된 외신 키를 검토하고 하나 이상의 다른 속성을 제거하거나 사용합니다.

public static string IdentifyingRelationshipCycle (object entityType);
public static string IdentifyingRelationshipCycle (object? entityType);
static member IdentifyingRelationshipCycle : obj -> string
Public Shared Function IdentifyingRelationshipCycle (entityType As Object) As String

매개 변수

entityType
Object

반환

적용 대상