How to check column contains single row or multiple rows of data

How to column contains either single row of data or multiple rows of data

You can check the size of the datatable using
datatable.rows.count right? @Deepika … If you want to chec k for single column, use Read column, which will give the output as enumerable and you can check the length of that enumerable also