CoreStrings.NonIndexerEntityType(Object, Object, Object) Method

Definition

Cannot add indexer property '{property}' since there is no indexer on '{entityType}' taking a single argument of type assignable from '{type}'.

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

Parameters

property
Object
entityType
Object
type
Object

Returns

Applies to