Click or drag to resize
DashboardFilterConditionColumnName Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the name of the column this filter will be applied to.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string ColumnName { get; set; }

Property Value

Type: String
The name of the column this filter will be applied to.

Return Value

Type: String
The name of the column this filter will be applied to.
Remarks
If a column with the column name specified by this property does not exist in the data set, this condition will be ignored.
See Also