Click or drag to resize
Fieldsitem Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the field from this fields collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Field this[
	Object Index
] { get; set; }

Parameters

Index
Type: SystemObject
An expression that identifies a particular field in this fields collection.If Index is a numeric expression, it must be a number from 1 through the value of the field collection's Count property. If Index is a String expression, it must correspond to the name of the field.

Return Value

Type: Field
The field
Remarks