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

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

Parameters

ColumnName
Type: SystemString
The ColumnName of the GroupColumn to search for.

Return Value

Type: Boolean
True if a GroupColumn with given ColumnName exists in the collection.
Remarks