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