DataViewBaseHelper
Provides static method for transforming DataViewBases to various list representations.
public DataViewBaseHelper()
Transforms the provided field column to CSV.
Transforms the provided field column to an array list.
Transforms the provided field column to an array of integers.
Transforms the provided field column to a list of integers.
Transforms the provided field column to an array of strings.