getAtKeyLeq

getAtKeyLeq(keys: KeyType): MemberType;

The getAtKeyLeq method of the ExternalDictionary class issues a singleton SQL select, which searches for a less 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.