GetLooselyCoupledVector Method
Overloads
| GetLooselyCoupledVector() | 
             Returns a list of table states. The following states apply: * 0 The table is not loosely coupled. * 1 The table is loosely coupled. * 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API.  | 
        
      
    
GetLooselyCoupledVector()
Returns a list of table states.
The following states apply:
- 0 The table is not loosely coupled.
 - 1 The table is loosely coupled.
 - 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API.
 
Declaration
      public IEnumerable<byte> GetLooselyCoupledVector()
    
  Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.Byte> | 
Implements
Remarks
The last three values in the vector are for internal use.