RelationalStrings.IncompatibleTableCommentMismatch 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 komentar '{comment}' tidak cocok dengan komentar '{otherComment}'.
public static string IncompatibleTableCommentMismatch(object table, object entityType, object otherEntityType, object comment, object otherComment);
public static string IncompatibleTableCommentMismatch(object? table, object? entityType, object? otherEntityType, object? comment, object? otherComment);
static member IncompatibleTableCommentMismatch : obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableCommentMismatch (table As Object, entityType As Object, otherEntityType As Object, comment As Object, otherComment As Object) As String
Parameter
- table
- Object
- entityType
- Object
- otherEntityType
- Object
- comment
- Object
- otherComment
- Object