getAtKeyGtr(keys: KeyType): MemberType;
The getAtKeyGtr method of the ExternalDictionary class issues a singleton SQL select, which searches for a greater than key match between the member-key attribute values of virtual instances (rows) and the corresponding key parameters.
If a row is selected, a proxy reference representing that row is returned; otherwise this method returns null.