Field(Index: Integer): IDmField;
Field[Index: Integer]: Prognoz.Platform.Interop.Ms.IDmField;
Index. Field index.
The Field property returns the specified data source field.
Fields 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: