AddMeasurementCommand Properties |
![]() |
The AddMeasurementCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
Defines what the command does.
|
![]() | ColumnCaption |
Caption of the measurement
|
![]() | ColumnName |
Name of the measurement, must be unique for the given table.
|
![]() | DataType |
DataType of new measurement
|
![]() | Expression |
Expression of the measurement (see DataColumn.Expression for syntax)
|
![]() | ProviderName |
Provider name for statistical measurement
|
![]() | SourceColumnName |
Column name of the source for statistical measurement
|
![]() | SourceTableName |
Table name of the source for statistical measurement
|
![]() | TableName |
Table name for the new or edited column
|
![]() | Visible |
Visibility flag, when false the measurement will not be shown in the data table, but still will be calculated and used in other measurements.
|