Click or drag to resize

AddMeasurementCommand Properties

The AddMeasurementCommand type exposes the following members.

Properties
  NameDescription
Public propertyAction
Defines what the command does.
Public propertyColumnCaption
Caption of the measurement
Public propertyColumnName
Name of the measurement, must be unique for the given table.
Public propertyDataType
DataType of new measurement
Public propertyExpression
Expression of the measurement (see DataColumn.Expression for syntax)
Public propertyProviderName
Provider name for statistical measurement
Public propertySourceColumnName
Column name of the source for statistical measurement
Public propertySourceTableName
Table name of the source for statistical measurement
Public propertyTableName
Table name for the new or edited column
Public propertyVisible
Visibility flag, when false the measurement will not be shown in the data table, but still will be calculated and used in other measurements.
Top
See Also