FieldOrColumn Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
- FieldOrColumn
Syntax
[ValueClass]
public class FieldOrColumn : IFieldOrColumn
Constructors
Name | Description |
---|---|
FieldOrColumn() |
Properties
Name | Description |
---|---|
FieldName |
Name of the field or column to be matched. JSON property name: qFieldName |
TableName |
Name of the table to be matched on. This parameter is optional. If TableName is set, FieldName represent the Table column with that name. If TableName is not set, FieldName represents the the field with that name. JSON property name: qTableName |