DataBinder.EnableCaching Propriedade

Definição

Obtém ou define um valor que indica se o cache de dados está habilitado no tempo de execução.Gets or sets a value that indicates whether data caching is enabled at run time.

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

Valor da propriedade

Boolean

true Se o Caching estiver habilitado para a DataBinder classe; caso contrário, false .true if caching is enabled for the DataBinder class; otherwise, false.

Aplica-se a