다음을 통해 공유


RelationalStrings.JsonEntityMappedToDifferentViewThanOwner 메서드

정의

엔터티 '{jsonType}'은 JSON 및 뷰 '{viewName}'에 매핑되지만 소유자 '{ownerType}'은(는) 다른 보기 '{ownerViewName}'에 매핑됩니다. JSON에 매핑된 모든 엔터티는 소유자와 동일한 보기에도 매핑되어야 합니다.

public static string JsonEntityMappedToDifferentViewThanOwner (object? jsonType, object? viewName, object? ownerType, object? ownerViewName);
static member JsonEntityMappedToDifferentViewThanOwner : obj * obj * obj * obj -> string
Public Shared Function JsonEntityMappedToDifferentViewThanOwner (jsonType As Object, viewName As Object, ownerType As Object, ownerViewName As Object) As String

매개 변수

jsonType
Object
viewName
Object
ownerType
Object
ownerViewName
Object

반환

적용 대상