SnapClientGetDatabaseTKey, TValue(String) Method

Accesses ClientDatabaseBaseTKey, TValue for given databaseName.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract ClientDatabaseBase<TKey, TValue>? GetDatabase<TKey, TValue>(
	string databaseName
)
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>

Parameters

databaseName  String
Name of database instance to access.

Type Parameters

TKey
The type of key to access.
TValue
The type of value associated with the key to access.

Return Value

ClientDatabaseBaseTKey, TValue
ClientDatabaseBaseTKey, TValue for given databaseName.

See Also