CoreStrings.AttributeNotOnEntityTypeProperty(Object, Object, Object) Method

Definition

The [{attribute}] attribute may only be specified on entity type properties. Remove the attribute from '{type}.{propertyName}'.

public static string AttributeNotOnEntityTypeProperty (object? attribute, object? type, object? propertyName);
static member AttributeNotOnEntityTypeProperty : obj * obj * obj -> string
Public Shared Function AttributeNotOnEntityTypeProperty (attribute As Object, type As Object, propertyName As Object) As String

Parameters

attribute
Object
type
Object
propertyName
Object

Returns

Applies to