includesKey

includesKey(keys: KeyType): Boolean;

The includesKey method of the ExternalDictionary class issues a singleton SQL select, which searches for an exact match between the member-key attribute values of virtual instances (rows) and the corresponding key parameters.

This method returns true if a row is selected; otherwise it returns false.