Determines whether Field is in the collection.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public bool Contains( Field value ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ value As Field _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( Field^ value ) |
Parameters
- value
- Type: PerpetuumSoft.Olap..::.Field