FieldsContains Method |
|
DataPA OpenAnalytics API Reference
Returns a value that indicates if a key is in the collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Contains(
string Key
)
Public Function Contains (
Key As String
) As Boolean
public:
virtual bool Contains(
String^ Key
) sealed
Parameters
- Key
- Type: SystemString
The key to check in the collection
Return Value
Type:
BooleanTrue if the key is in the collection
See Also