Поделиться через


CoreStrings.NoPropertyType(Object, Object) Метод

Определение

Не удается добавить свойство "{property}" к типу "{type}", так как тип свойства не указан и нет соответствующего свойства или поля СРЕДЫ CLR. Чтобы добавить свойство теневого состояния, необходимо указать тип свойства .

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

Параметры

property
Object
entityTypetype
Object

Возвращаемое значение

Применяется к