CoreStrings.PrimaryKeyDefinedOnNonExistentProperty Method

Definition

The [PrimaryKey] attribute on the entity type '{entityType}' references properties {properties}, but no property with name '{propertyName}' exists on that entity type or any of its base types.

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

Parameters

entityType
Object
properties
Object
propertyName
Object

Returns

Applies to