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

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

Parameters

Name
Type: SystemString
The name of the given field

Return Value

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