SetLooselyCoupledVector Method
Overloads
| SetLooselyCoupledVector(IEnumerable<Byte>) | Sets a list of table states, one for each table. 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. | 
SetLooselyCoupledVector(IEnumerable<Byte>)
Sets a list of table states, one for each table.
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
      bool SetLooselyCoupledVector([QixName("qv")] IEnumerable<byte> v)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<System.Byte> | v | The list of table states to set. A state will not be changed if already set to 2. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
The last three values in the vector are for internal use.