This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Data source objects > content(String tablename)

content(String tablename)

Returns a list of all objects of the table <Table name> of the data source. Each object represents a row of this table. These objects can be accessed by methods that match the column names of the table. For calculated column names the method property(<column name>) is available. For large amounts of data the access with perform(String sqlStatement) is to be preferred.

content(String tablename)
Argument String tablename Name of the table which serves as data source
Return value List