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

  NameDescription
Public methodAddFieldFromExpressionAsync(String, String, String)

Adds a field on the fly.

The field is added in the database model but the change is not persistent. If the app is closed, the field added on the fly does no longer exist.
Public methodAddFieldFromExpressionAsync T (String, String, Func Response, T , String)

Adds a field on the fly.

The field is added in the database model but the change is not persistent. If the app is closed, the field added on the fly does no longer exist.
Back to Top
See Also