IDatasetDataTransform

Assembly: Db;

Description

The IDatasetDataTransform interface contains the method used to transform the data.

Inheritance Hierarchy

IDatasetDataTransform

Comments

The method of the interface should be redetermined in the custom class.

Methods

  Method name Brief description
OnFetch The OnFetch method implements the custom transformer of data.

See also:

Db Assembly Interfaces