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






dataSource

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Sub AddDataSourceToCache( _
   ByVal dataSource As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebValueList
Dim dataSource As Object
 
instance.AddDataSourceToCache(dataSource)
C# 
[BrowsableAttribute(false)]
public void AddDataSourceToCache( 
   object dataSource
)
Delphi 
public procedure AddDataSourceToCache( 
    dataSource: TObject
); 
JScript 
BrowsableAttribute()
public function AddDataSourceToCache( 
   dataSource : Object
);
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: void AddDataSourceToCache( 
   Object* dataSource
) 
C++/CLI 
[BrowsableAttribute(false)]
public:
void AddDataSourceToCache( 
   Object^ dataSource
) 

Parameters

dataSource

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.