Contains Method

Glimpse API

DictionaryDataStoreAdapter Contains Method Glimpse API Documentation
Determines whether the data store contains a definition for the specified key.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public bool Contains(
	string key
)
public bool Contains(
	string key
)

Parameters

key
Type: OnlineSystem String
The key.

Return Value

true if it contains the specified key; otherwise, false.

Implements

IDataStore Contains(String)
See Also