The IEtlPlainRecordSet interface contains properties and methods of flat records set. It is used in custom algorithms to transform data in ETL task.
| Property name | Brief description | |
| Count | The Count property returns the number of records in a flat data set. | |
| Fields | The Fields property returns the object that contains flat data fields set. | |
| Item | The Item property returns the object that contains a flat record. |
| Method name | Brief description | |
| Add | The Add method adds a record into a set. | |
| Clear | The Clear method clears a flat records set. | |
| Remove | The Remove method removes a record from a set. |
See also: