Component Dataset specifications

Hello

I often find myself binding a component dataset to a table and wondering where I can access the detailed specification needed for the table to correctly use the component.

Is what we see in the designer enough : column names and types ?

Thanks in advance.

If you’re modifying/creating datasets in the GUI with the Dataset Viewer, then that is correct, just column names/types for table datasets. If you’re creating the dataset in scripting, you just need column names, as the column type is coerced from the values in the dataset. For more information on datasets:

inductiveautomation.com/support/ … atatyp.htm