Click or drag to resize
CalculatedColumnsContainsColumnName Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if an object with the ColumnName exists in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool ContainsColumnName(
	string ColumnName
)

Parameters

ColumnName
Type: SystemString
The ColumnName of the CalculatedColumn.

Return Value

Type: Boolean
True if an object with the ColumnName exists in the collection.
Remarks