Compartir a través de


CoreStrings.TempValuePersists(Object, Object, Object) Método

Definición

La propiedad '{1_entityType}. {0_property}' tiene un valor temporal al intentar cambiar el estado de la entidad a '{state}'. Establezca un valor permanente explícitamente o asegúrese de que la base de datos está configurada para generar valores para esta propiedad.

public static string TempValuePersists (object property, object entityType, object state);
public static string TempValuePersists (object? property, object? entityType, object? state);
static member TempValuePersists : obj * obj * obj -> string
Public Shared Function TempValuePersists (property As Object, entityType As Object, state As Object) As String

Parámetros

property
Object
entityType
Object
state
Object

Devoluciones

Se aplica a