次の方法で共有


CoreStrings.UnnamedIndexDefinedOnIgnoredProperty メソッド

定義

プロパティ {indexProperties} を持つエンティティ型 '{entityType}' の [Index] 属性を使用して指定された名前のないインデックスが無効です。 プロパティ '{propertyName}' は、'OnModelCreating' の [NotMapped] 属性または 'Ignore()' によってマップ解除済みとしてマークされました。 マップされていないプロパティをインデックスで使用することはできません。

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

パラメーター

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

戻り値

適用対象