Intersoft WebGrid Documentation
IsDataCached Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : IsDataCached Method






Returns whether DataSource used to populate rows is in Cache.

Syntax

Visual Basic (Declaration) 
Public Function IsDataCached() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Boolean
 
value = instance.IsDataCached()
C# 
public bool IsDataCached()
Delphi 
public function IsDataCached(): Boolean; 
JScript 
public function IsDataCached() : boolean;
Managed Extensions for C++ 
public: bool IsDataCached(); 
C++/CLI 
public:
bool IsDataCached(); 

Return Value

True if dataSource is in Cache.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.