다음을 통해 공유


CoreStrings.PropertyWrongName(Object, Object, Object) 메서드

정의

'{property}' 속성은 제공된 CLR 속성 또는 필드 '{clrName}'의 이름과 일치하지 않으므로 '{type}' 형식에 추가할 수 없습니다. 동일한 이름을 사용하거나 다른 CLR 멤버를 지정합니다.

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

매개 변수

property
Object
entityTypetype
Object
clrName
Object

반환

적용 대상