| Visual Basic (Declaration) | |
|---|---|
Public Sub AddToQueryCache( _ ByVal cache As QueryCache _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityQuery Dim cache As QueryCache instance.AddToQueryCache(cache) | |
| C# | |
|---|---|
public void AddToQueryCache( QueryCache cache ) | |
| C++/CLI | |
|---|---|
public: void AddToQueryCache( QueryCache^ cache ) | |
Parameters
- cache
DevForce will add a query to the QueryCache if the query meets certain criteria and has executed successfully; you don't need to directly call this method.
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