다음을 통해 공유


RelationalStrings.PropertyNotMappedToTable(Object, Object, Object) 메서드

정의

엔터티 형식 '{entityType}'의 속성 '{property}'이(가) '{table}'에 매핑되지 않았습니다.

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

매개 변수

property
Object
entityType
Object
table
Object

반환

적용 대상