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