RelationalStrings.TableOverrideMismatch(Object, Object) 메서드

정의

'{propertySpecification}' 속성에는 테이블 '{table}'에 대한 특정 구성이 있지만 해당 테이블의 열에 매핑되지는 않습니다. 특정 구성을 제거하거나 이 속성이 포함된 엔터티 형식을 '{table}'에 매핑합니다.

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

매개 변수

propertySpecification
Object
table
Object

반환

적용 대상