DataBinder.EnableCaching Propriété

Définition

Obtient ou définit une valeur qui indique si la mise en cache des données est activée au moment de l'exécution.

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

Valeur de propriété

true si la mise en cache de sortie est activée pour la classe DataBinder ; sinon, false.

S’applique à