RelationalStrings.DuplicateForeignKeyTableMismatch Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
As chaves estrangeiras {foreignKeyProperties1} em '{entityType1}' e {foreignKeyProperties2} em '{entityType2}' são mapeadas para '{foreignKeyName}', mas são declaradas em tabelas diferentes ('{table1}' e '{table2}').
public static string DuplicateForeignKeyTableMismatch (object foreignKeyProperties1, object entityType1, object foreignKeyProperties2, object entityType2, object foreignKeyName, object table1, object table2);
public static string DuplicateForeignKeyTableMismatch (object? foreignKeyProperties1, object? entityType1, object? foreignKeyProperties2, object? entityType2, object? foreignKeyName, object? table1, object? table2);
static member DuplicateForeignKeyTableMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateForeignKeyTableMismatch (foreignKeyProperties1 As Object, entityType1 As Object, foreignKeyProperties2 As Object, entityType2 As Object, foreignKeyName As Object, table1 As Object, table2 As Object) As String
Parâmetros
- foreignKeyProperties1
- Object
- entityType1
- Object
- foreignKeyProperties2
- Object
- entityType2
- Object
- foreignKeyName
- Object
- table1
- Object
- table2
- Object
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Entity Framework