I want to know how many rows and columns in datatable or dataset? Syntax. C# code. int row = dt.Rows.Count;. int column = dt.Columns.Count;.
確定! 回上一頁