DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if an object with the ColumnName exists in the collection.
Returns a value that indicates if an object with the ColumnName exists in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool ContainsColumnName( string ColumnName ) |
Visual Basic |
---|
Public Function ContainsColumnName ( ColumnName As String ) As Boolean |
Visual C++ |
---|
public: virtual bool ContainsColumnName( String^ ColumnName ) sealed |
Parameters
- ColumnName
- Type: System..::..String
The ColumnName of the CalculatedColumn.
Return Value
Type: BooleanTrue if an object with the ColumnName exists in the collection.