Field(Index: Integer): IDmField;
Field[Index: Integer]: Prognoz.Platform.Interop.Ms.IDmField;
Index. Field index.
The Field property returns specified data source field.
The field indexing is continuous and starts with zero. The number of fields in the data source is returned by the IDmDataSource.FieldCount property.
The property use is given in the example for IDmMethod.Execute.
See also: