DataBinder.EnableCaching Propiedad

Definición

Obtiene o establece un valor que indica si el almacenamiento en caché de datos está habilitado 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

true es si el almacenamiento en caché está habilitado para la DataBinder clase ; en caso contrario, falsees .

Se aplica a