Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > getAtKeyLss

getAtKeyLss

getAtKeyLss(keys: KeyType): MemberType;

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