Skip to main content
Corvus Connection

Project (Select)

Data
advanced.projectionTransforms each element of a sequence with a fixed selector (to-text / upper-case / length / identity) into a new list.Maps each element through a fixed selector into a new list.

Inputs

Name
Kind
Type
Flags
sourceDataanyNone

Outputs

Name
Kind
Type
Flags
valueDatalist<any>multiplexed

Parameters

Name
Type
Required
Default
Choices
selectorSystem.Stringyes"toString"None

Lowers to C#

source.Select(static x => …).ToList()