次の方法で共有


CoreStrings.IndexWrongType(Object, Object, Object) メソッド

定義

インデックス {index} はエンティティ型 '{otherEntityType}' で定義されているため、エンティティ型 '{entityType}' から削除できません。

public static string IndexWrongType (object index, object otherEntityType, object entityType);
public static string IndexWrongType (object indexProperties, object entityType, object otherEntityType);
public static string IndexWrongType (object? indexProperties, object? entityType, object? otherEntityType);
public static string IndexWrongType (object? index, object? entityType, object? otherEntityType);
static member IndexWrongType : obj * obj * obj -> string
static member IndexWrongType : obj * obj * obj -> string
static member IndexWrongType : obj * obj * obj -> string
Public Shared Function IndexWrongType (index As Object, otherEntityType As Object, entityType As Object) As String
Public Shared Function IndexWrongType (indexProperties As Object, entityType As Object, otherEntityType As Object) As String
Public Shared Function IndexWrongType (index As Object, entityType As Object, otherEntityType As Object) As String

パラメーター

indexindexProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

戻り値

適用対象