Method Last
| Improve this Doc View SourceLast<T>(T)
Gets the last value in the column.
Declaration
public static T Last<T>(this T x)
where T : Column
Parameters
Type | Name | Description |
---|---|---|
T | x | The column. |
Returns
Type | Description |
---|---|
T | The result contains the last value. |
Type Parameters
Name | Description |
---|---|
T | Type of the column. |