RelationalStrings.NonTPHTableClash(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}' dan '{otherEntityType}' dipetakan ke tabel '{table}'. Semua jenis entitas dalam hierarki yang tidak memiliki diskriminator harus dipetakan ke tabel yang berbeda. Lihat https://go.microsoft.com/fwlink/?linkid=2130430 untuk informasi lebih lanjut.
public static string NonTPHTableClash(object entityType, object otherEntityType, object table);
public static string NonTPHTableClash(object? entityType, object? otherEntityType, object? table);
static member NonTPHTableClash : obj * obj * obj -> string
Public Shared Function NonTPHTableClash (entityType As Object, otherEntityType As Object, table As Object) As String
Parameter
- entityType
- Object
- otherEntityType
- Object
- table
- Object