共用方式為


RelationalStrings.PropertyNotMappedToTable(Object, Object, Object) 方法

定義

實體類型 '{entityType}' 上的屬性 '{property}' 未對應至 '{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

參數

property
Object
entityType
Object
table
Object

傳回

適用於