App GetLooselyCoupledVectorAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodGetLooselyCoupledVectorAsync(String)

Returns a vector of loosely coupled state flags, one element for each table in the app.

The last three values in the vector are extra values. These values are for internal use.In case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop.
Public methodGetLooselyCoupledVectorAsync T (Func Response, T , String)

Returns a vector of loosely coupled state flags, one element for each table in the app.

The last three values in the vector are extra values. These values are for internal use.In case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop.
Back to Top
See Also