Last Method
Last(Column)
Last (value in the last row in the column order): aggregation operation.
Declaration
public static ColumnOp Last(Column col)
Public Shared Function Last(col As Column) As ColumnOp
Parameters
| Type |
Name |
Description |
| Column |
col |
Operand column.
|
Returns