Partilhar via


RelationalStrings.PropertyNotMappedToTable(Object, Object, Object) Método

Definição

A propriedade '{property}' no tipo de entidade '{entityType}' não é mapeada para '{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

Parâmetros

property
Object
entityType
Object
table
Object

Retornos

Aplica-se a