다음을 통해 공유


CoreStrings.RelationshipConceptualNullSensitive 메서드

정의

'{firstType}' 엔터티와 키 값 '{secondKeyValue}'의 연결이 끊어졌지만 외래 키가 null을 허용하지 않기 때문에 관계가 필수로 표시되거나 암시적으로 필요합니다. 필요한 관계가 끊어질 때 종속/자식 엔터티를 삭제해야 하는 경우 연계 삭제를 사용하도록 관계를 구성합니다.

public static string RelationshipConceptualNullSensitive (object firstType, object secondType, object secondKeyValue);
public static string RelationshipConceptualNullSensitive (object? firstType, object? secondType, object? secondKeyValue);
static member RelationshipConceptualNullSensitive : obj * obj * obj -> string
Public Shared Function RelationshipConceptualNullSensitive (firstType As Object, secondType As Object, secondKeyValue As Object) As String

매개 변수

firstType
Object
secondType
Object
secondKeyValue
Object

반환

적용 대상