Partilhar via


RelationalStrings.ConflictingSeedValuesSensitive Método

Definição

Uma entidade de semente para o tipo de entidade '{entityType}' tem o mesmo valor de chave {keyValue} que outra entidade de semente mapeada para a mesma tabela '{table}', mas tem valores diferentes para a coluna '{column}' - '{firstValue}', '{secondValue}'.

public static string ConflictingSeedValuesSensitive (object? entityType, object? keyValue, object? table, object? column, object? firstValue, object? secondValue);
static member ConflictingSeedValuesSensitive : obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingSeedValuesSensitive (entityType As Object, keyValue As Object, table As Object, column As Object, firstValue As Object, secondValue As Object) As String

Parâmetros

entityType
Object
keyValue
Object
table
Object
column
Object
firstValue
Object
secondValue
Object

Retornos

Aplica-se a