get_key_value


Description:

public bool get_key_value (string key, out string value) throws Error

Fetches the value for key and stores it in value

Parameters:

this

An BookSqlite

key

The key to fetch a value for

value

A return location to store the value for key

Returns:

true on success, otherwise false is returned and throws is set appropriately.