IDmField

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmField interface is used to work with data source field.

Inheritance Hierarchy

          IDmField

Comments

To get data source field, use the IDmDataSource.Field property.

Properties

  Property name Brief description
BinningType The BinningType property determines the calculation method of the Binning procedure.
CategoriesCount The CategoriesCount property determines the number of categories, into which data should be split.
DataSource The DataSource property returns data source, to which the field belongs.
FieldType The FieldType property determines field data type.
Index The Index property returns field index.
The IsNumerical property returns whether the field contains numeric data.
The Name property returns field name.
The NonEmptyCount property returns the number of non-empty values in the field.
The TreatNanAsCategory property determines whether missing data is the particular category.

See also:

Ms Assembly Interfaces