다음을 통해 공유


CoreStrings.CannotLoadDetached(Object, Object) 메서드

정의

탐색 '{1_entityType}. 엔터티가 추적되지 않으므로 {0_navigation}'을(를) 로드할 수 없습니다. 탐색은 추적된 엔터티에 대해서만 로드할 수 있습니다.

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

매개 변수

navigation
Object
entityType
Object

반환

적용 대상