Cast is required, because Columns is of type DataColumnCollection which is a IEnumerable , not IEnumerable<DataColumn> . The other parts should be obvious.
確定! 回上一頁