CoreStrings.UnnamedIndexDefinedOnNonExistentProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An unnamed index specified via [Index] attribute on the entity type '{entityType}' references properties {indexProperties}, but no property with name '{propertyName}' exists on that entity type or any of its base types.
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
Parameters
- entityType
- Object
- indexPropertyListindexProperties
- Object
- propertyName
- Object
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework