Compartir a través de


RelationalStrings.UnknownOperation(Object, Object) Método

Definición

El generador de SQL de migración actual '{sqlGeneratorType}' no puede generar SQL para las operaciones de tipo '{operationType}'.

public static string UnknownOperation (object sqlGeneratorType, object operationType);
public static string UnknownOperation (object? sqlGeneratorType, object? operationType);
static member UnknownOperation : obj * obj -> string
Public Shared Function UnknownOperation (sqlGeneratorType As Object, operationType As Object) As String

Parámetros

sqlGeneratorType
Object
operationType
Object

Devoluciones

Se aplica a