DataRecordSet
Interface
A DataRecordSet has a collection of data records. Similar to FeatureSet
Properties
Property | Type | Notes |
---|---|---|
The data source where the data record set comes from. | ||
string[] | The fields names | |
string | The name of the DataRecordSet | |
The records of the set |
records
Interface Propertyrecords: DataRecord[]
The records of the set
dataSource: DataSource
The data source where the data record set comes from.