withProjection

open override fun withProjection(newProjection: Projection): ICursorQuery

Creates a new query with the specified projection.

Return

A new query object with the specified projection.

Parameters

newProjection

The new projection to use.