Alter(String,Boolean) Method
Alters refresh method for a table in the cache.
'Declaration
Public Overloads Sub Alter( _
ByVal As String, _
ByVal As Boolean _
)
Parameters
- tableName
- The name of the table to alter cache settings for.
- fullRefresh
- true if full refresh mode should be used (all objects, matching the filter if such is set, from thу specified table will be queried when performing cache refreshing); false if smart refresh mode should be used (only objects that were created or modified since the last cache refreshing, will be queried when performing cache refreshing).