getAtKeyGeq(keys: KeyType): MemberType;
The getAtKeyGeq method of the ExternalDictionary class issues a singleton SQL select, which searches for a greater than or equal 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.