Click or drag to resize
FieldsIndex Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the numeric index of a field given the label of the field

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public short Index(
	string Label
)

Parameters

Label
Type: SystemString
The label of the given field

Return Value

Type: Int16
The numeric index of the field in the fields collection
Remarks