Table.Buffer
About
Buffers a table into memory, isolating it from external changes during evaluation.
Syntax
Table.Buffer(table as table) as table
Arguments
Argument | Description |
---|---|
table | The Table to buffer. |
Remarks
- Table.Buffer is similar to List.Buffer but requires a table as input.
Example
Table.Buffer(Sql.Database("localhost", "Northwind")[Customers]) equals Buffered copy of the Customers table