function (optionaltable
as nullable table,handlers
as record) as table
table
where the functions specified in handlers
are used in lieu of the default behavior of an operation when the operation is applied to the view.table
instead (except in the case of GetExpression
).table
(or the resulting view in the case of GetExpression
).Table.View
can be used to implement folding to a data source ? the translation of M queries into source-specific queries (e.g. to create T-SQL statements from M queries).Table.View
.