Assembly: Dt;
The IDtFieldSplitter interface is used to split data provider fields by the specified splitter.
IDtFieldSplitter
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.
Method name | Brief description | |
The Split method splits values of the specified field into several fields according to the specified splitter. |
See also: