ColumnWithTransform

constructor(delegate: IColumnType<Unwrapped & Any>, transformer: ColumnTransformer<Unwrapped, Wrapped>)

Parameters

delegate

The original column's IColumnType

transformer

Instance of ColumnTransformer that makes actual data transformation

Type Parameters

Wrapped

The type to which the column value of type Unwrapped is transformed

Unwrapped

The type of the column