IDtFieldSplitter

Assembly: Dt;

Description

The IDtFieldSplitter interface is used to split data provider fields by the specified splitter.

Inheritance Hierarchy

IDtFieldSplitter

Comments

Fields are split by their values based by searching the specified splitter.

To split fields, cast the data provider described by the IDtProvider interface to the IDtFieldSplitter interface. The data provider must be opened. After the Split method is executed, the created fields are available in the Fields collection.

Methods

  Method name Brief description
The Split method splits values of the specified field into several fields according to the specified splitter.

See also:

Dt Assembly Interfaces