Method Count
| Improve this Doc View SourceCount(Column)
Counts number of non null values in specified column.
Declaration
public static _Int32 Count(this Column x)
Parameters
Type | Name | Description |
---|---|---|
Column | x | The specified column. |
Returns
Type | Description |
---|---|
_Int32 | Number of non null values in specified column. |