RelationalStrings.IncompatibleTableCommentMismatch Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Nie można użyć tabeli "{table}" dla typu jednostki "{entityType}", ponieważ jest on używany dla typu jednostki "{otherEntityType}", a komentarz "{comment}" nie jest zgodny z komentarzem "{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
Parametry
- table
- Object
- entityType
- Object
- otherEntityType
- Object
- comment
- Object
- otherComment
- Object