select * from (select 1 as col1, 2 as col2, 3 as col3, 4 as col4) tab1 This has 4 columns so I want output as 4 select * from (select 1 as col1, 2 as col2) tab1
DataTable.Columns.Count
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)