Type.TableSchema
Returns a table containing a description of the columns (i.e. the schema) of the specified table type.
Syntax
Type.TableSchema(
tableType as type
) as table
Remarks
Returns a table describing the columns of tableType
.
Refer to the documentation for Table.Schema
for a description of the resulting table.
Category
Type