RelationalStrings.TPHTableMismatch(Object, Object, Object, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
'{entityType}' dipetakan ke tabel '{table}' sementara '{otherEntityType}' dipetakan ke tabel '{otherTable}'. Petakan semua jenis entitas dalam hierarki ke tabel yang sama, atau hapus diskriminator dan petakan semuanya ke tabel yang berbeda. Lihat https://go.microsoft.com/fwlink/?linkid=2130430 untuk informasi lebih lanjut.
public static string TPHTableMismatch(object entityType, object table, object otherEntityType, object otherTable);
public static string TPHTableMismatch(object? entityType, object? table, object? otherEntityType, object? otherTable);
static member TPHTableMismatch : obj * obj * obj * obj -> string
Public Shared Function TPHTableMismatch (entityType As Object, table As Object, otherEntityType As Object, otherTable As Object) As String
Parameter
- entityType
- Object
- table
- Object
- otherEntityType
- Object
- otherTable
- Object