<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Node-DuckDB API](./node-duckdb.md) &gt; [ResultIterator](./node-duckdb.resultiterator.md) &gt; [type](./node-duckdb.resultiterator.type.md)

## ResultIterator.type property

Get the [ResultType](./node-duckdb.resulttype.md) of the ResultIterator. This is specified by the [options](./node-duckdb.iexecuteoptions.forcematerialized.md) argument on [executeIterator](./node-duckdb.connection.executeiterator.md)<!-- -->.

<b>Signature:</b>

```typescript
get type(): ResultType;
```
