1
2
3
4
5
6
7
8
9
10
11
12
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  Method SetOfflineMode (Boolean isOfflineMode_i) 
 |  { 
 |    Description: 
 |    [* 
 |      Set the mode of query to be offline or online. 
 |      If online, then the library will first execute query to the 3DSpace server, then update the entities in the local dataset, and then return the updated entities. 
 |      If offline, then there will be no query executed to the 3DSpace server. The library will just get the entities from the local dataset. 
 |    *] 
 |    TextBody: 'this.IsOfflineMode( isOfflineMode_i );' 
 |  } 
 |  
  |