Intersoft WebCombo Documentation
GetCachedDataSource Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : GetCachedDataSource Method






Gets the currently cached data source of the specified control. Get the currently cached data source of the specified control.

Syntax

Visual Basic (Declaration) 
Public Function GetCachedDataSource() As Object
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As Object
 
value = instance.GetCachedDataSource()
C# 
public object GetCachedDataSource()
Delphi 
public function GetCachedDataSource(): TObject; 
JScript 
public function GetCachedDataSource() : Object;
Managed Extensions for C++ 
public: Object* GetCachedDataSource(); 
C++/CLI 
public:
Object^ GetCachedDataSource(); 

Return Value

Cached data source object if any, otherwise returns null.

Cached data source object if any, otherwise returns null.

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.