Compartir a través de


DataBinder.EnableCaching Propiedad

Definición

Obtiene o establece un valor que indica si está habilitado el almacenamiento de datos en caché en tiempo de ejecución.

public:
 static property bool EnableCaching { bool get(); void set(bool value); };
public static bool EnableCaching { get; set; }
static member EnableCaching : bool with get, set
Public Shared Property EnableCaching As Boolean

Valor de propiedad

Es true si se habilita el almacenamiento en caché de la clase DataBinder; en caso contrario, es false.

Se aplica a