SnapClientGetDatabaseTKey, TValue(String) Method
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public:
generic<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
virtual ClientDatabaseBase<TKey, TValue>^ GetDatabase(
String^ databaseName
) abstract
JavaScript does not support generic types or methods.
- databaseName String
- Name of database instance to access.
- TKey
- The type of key to access.
- TValue
- The type of value associated with the key to access.
ClientDatabaseBaseTKey,
TValueClientDatabaseBaseTKey, TValue for given
databaseName.