共用方式為


CoreStrings.UnnamedIndexDefinedOnNonExistentProperty 方法

定義

透過實體類型 '{entityType}' 上的 [Index] 屬性指定的未命名索引會參考屬性 {indexProperties},但該實體類型或其任何基底類型上沒有名稱為 '{propertyName}' 的屬性存在。

public static string UnnamedIndexDefinedOnNonExistentProperty (object entityType, object indexPropertyList, object propertyName);
public static string UnnamedIndexDefinedOnNonExistentProperty (object? entityType, object? indexProperties, object? propertyName);
static member UnnamedIndexDefinedOnNonExistentProperty : obj * obj * obj -> string
static member UnnamedIndexDefinedOnNonExistentProperty : obj * obj * obj -> string
Public Shared Function UnnamedIndexDefinedOnNonExistentProperty (entityType As Object, indexPropertyList As Object, propertyName As Object) As String
Public Shared Function UnnamedIndexDefinedOnNonExistentProperty (entityType As Object, indexProperties As Object, propertyName As Object) As String

參數

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

傳回

適用於