RelationalStrings.NonTphStoredProcedureClash(Object, Object, Object) Método

Definición

Tanto '{entityType}' como '{otherEntityType}' se asignan al procedimiento almacenado '{sproc}'. Todos los tipos de entidad de una jerarquía que no sea TPH (uno que no tiene un discriminador) deben asignarse a diferentes procedimientos almacenados. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.

public static string NonTphStoredProcedureClash (object? entityType, object? otherEntityType, object? sproc);
static member NonTphStoredProcedureClash : obj * obj * obj -> string
Public Shared Function NonTphStoredProcedureClash (entityType As Object, otherEntityType As Object, sproc As Object) As String

Parámetros

entityType
Object
otherEntityType
Object
sproc
Object

Devoluciones

Se aplica a