Functions

LOOKUPBINCREMENTAL

Lookup a value from Data Source B incrementally. This function has the same functionality of LOOKUPB, but works incrementally. It is best used with large data sets as the result of each lookup is cached so that the same value is not looked up multiple times.

Syntax

object LOOKUPBINCREMENATL(string columnName, string from, params KVAL[] keyValues)
object LOOKUPBINCREMENTAL(string columnName, LFROM from, params KVAL[] keyValues)