CoreStrings.AttributeNotOnEntityTypeProperty(Object, Object, Object) 方法

定义

[{attribute}] 特性只能在实体类型属性上指定。 从“{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

参数

attribute
Object
type
Object
propertyName
Object

返回

适用于