Click or drag to resize
FieldsContains Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if a key is in the collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Contains(
	string Key
)

Parameters

Key
Type: SystemString
The key to check in the collection

Return Value

Type: Boolean
True if the key is in the collection
See Also