originalColumnType
Gets the original column type that this column with transformation wraps around.
This property will recursively unwrap the delegate column type if the delegate is also an instance of ColumnWithTransform. This ensures that you get the original column type, regardless of the number of nested transformations.
Return
The original column's IColumnType.