The ICachedDatasetLookup interface contains properties and methods used to search data in cache of source.
Property name | Brief description | |
Dataset | The Dataset property returns a cache of data source. | |
Fields | The Fields property returns a collection of fields by which search is performed. |
Method name | Brief description | |
Locate | The Locate method searches and returns whether search in data source cache was successful. | |
Lookup | The Lookup method returns a collection of fields values of the found record. |
See also: