IDatasetDataAbstractProvider.DataFields

Fore Syntax

DataFields: ITableFields;

Fore.NET Syntax

DataFields: Prognoz.Platform.Interop.Db.ITableFields;

Description

The DataFields property returns a collection of fields for additional setup.

Comments

This property returns the collection of fields, similar to the FieldDefs collection, but fields in this collection could be edited.

See also:

IDatasetDataAbstractProvider