Skip to main content Skip to complementary content

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

      public 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

Implements

Remarks

The last three values in the vector are for internal use.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!