CoreStrings.NamedIndexDefinedOnNonExistentProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过实体类型“{entityType}”上的 [Index] 属性指定的索引“{indexName}”引用属性 {indexProperties},但该实体类型或其任何基类型中不存在名为“{propertyName}”的属性。
public static string NamedIndexDefinedOnNonExistentProperty (object indexName, object entityType, object indexPropertyList, object propertyName);
public static string NamedIndexDefinedOnNonExistentProperty (object? indexName, object? entityType, object? indexProperties, object? propertyName);
static member NamedIndexDefinedOnNonExistentProperty : obj * obj * obj * obj -> string
static member NamedIndexDefinedOnNonExistentProperty : obj * obj * obj * obj -> string
Public Shared Function NamedIndexDefinedOnNonExistentProperty (indexName As Object, entityType As Object, indexPropertyList As Object, propertyName As Object) As String
Public Shared Function NamedIndexDefinedOnNonExistentProperty (indexName As Object, entityType As Object, indexProperties As Object, propertyName As Object) As String
参数
- indexName
- Object
- entityType
- Object
- indexPropertyListindexProperties
- Object
- propertyName
- Object