RelationalStrings.TphDbFunctionMismatch Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
'{entityType}' se asigna a la función de base de datos '{function}' mientras que '{otherEntityType}' se asigna a la función de base de datos '{otherFunction}'. Asigne todos los tipos de entidad de la jerarquía a la misma función de base de datos. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.
public static string TphDbFunctionMismatch (object? entityType, object? function, object? otherEntityType, object? otherFunction);
static member TphDbFunctionMismatch : obj * obj * obj * obj -> string
Public Shared Function TphDbFunctionMismatch (entityType As Object, function As Object, otherEntityType As Object, otherFunction As Object) As String
Parámetros
- entityType
- Object
- function
- Object
- otherEntityType
- Object
- otherFunction
- Object