DictionaryDataStoreAdapter Contains Method | Glimpse API Documentation |
Determines whether the data store contains a definition for the specified key.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- key
- Type: System String
The key.
Return Value
true if it contains the specified key; otherwise, false.Implements
IDataStore Contains(String)See Also