RelationalStrings.IncompatibleTableCommentMismatch(Object, Object, Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
'{otherEntityType}' varlık türü için kullanılan '{entityType}' varlık türü için '{table}' tablosu kullanılamaz ve '{comment}' açıklaması '{otherComment}' açıklamasıyla eşleşmez.
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
Parametreler
- table
- Object
- entityType
- Object
- otherEntityType
- Object
- comment
- Object
- otherComment
- Object