public R Last <R>() { return(m_items.Last <R>()); }
protected virtual string ParseFieldKey(IFdbTuple key) { return key.Last<string>(); }
protected virtual string ParseFieldKey(IFdbTuple key) { return(key.Last <string>()); }