Sdílet prostřednictvím


CoreStrings.PropertyClashingNonIndexer(Object, Object) Metoda

Definice

Vlastnost indexeru {property} nelze přidat k typu {type}, protože typ CLR obsahuje člen se stejným názvem. Zadejte jiný název nebo nakonfigurujte vlastnost {property} jako vlastnost, která není indexerem.

public static string PropertyClashingNonIndexer (object property, object entityType);
public static string PropertyClashingNonIndexer (object? property, object? entityType);
public static string PropertyClashingNonIndexer (object? property, object? type);
static member PropertyClashingNonIndexer : obj * obj -> string
static member PropertyClashingNonIndexer : obj * obj -> string
Public Shared Function PropertyClashingNonIndexer (property As Object, entityType As Object) As String
Public Shared Function PropertyClashingNonIndexer (property As Object, type As Object) As String

Parametry

property
Object
entityTypetype
Object

Návraty

Platí pro