RelationalStrings.IncompatibleTableKeyNameMismatch 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.
Tidak dapat menggunakan tabel '{table}' untuk tipe entitas '{entityType}' karena sedang digunakan untuk tipe entitas '{otherEntityType}' dan nama '{keyName}' kunci primer {primaryKey} tidak cocok dengan nama '{otherName}' kunci utama {otherPrimaryKey}.
public static string IncompatibleTableKeyNameMismatch(object table, object entityType, object otherEntityType, object keyName, object primaryKey, object otherName, object otherPrimaryKey);
public static string IncompatibleTableKeyNameMismatch(object? table, object? entityType, object? otherEntityType, object? keyName, object? primaryKey, object? otherName, object? otherPrimaryKey);
static member IncompatibleTableKeyNameMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableKeyNameMismatch (table As Object, entityType As Object, otherEntityType As Object, keyName As Object, primaryKey As Object, otherName As Object, otherPrimaryKey As Object) As String
Parameter
- table
- Object
- entityType
- Object
- otherEntityType
- Object
- keyName
- Object
- primaryKey
- Object
- otherName
- Object
- otherPrimaryKey
- Object