RelationalStrings.PropertyNotMappedToTable(Object, Object, Object) Method

Definition

The property '{property}' on entity type '{entityType}' is not mapped to '{table}'.

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

Parameters

property
Object
entityType
Object
table
Object

Returns

Applies to