/// This property queries the database every time it is called, /// to ensure the returned values are up-to-date. For best performance, /// hold onto the returned collection if using it more than once. ///
/// The values are expressed as question-mark tokens, to be supplied by the record. ///
/// The columns are listed explicitly in the SELECT string, as opposed to using "SELECT *". ///