The IReadThruProvider type exposes the following members.

Methods

  NameDescription
Public methodLoadFromSource(array<String>[]()[][])
Responsible for loading array of objects from the data source. Keys are passed as parameter.
Public methodLoadFromSource(String, ProviderCacheItem%)
Responsible for loading the object from the data source. Key is passed as parameter.
Public methodStart
Perform tasks like allocating resources or acquiring connections etc.
Public methodStop
Perform tasks associated with freeing, releasing, or resetting resources.

See Also