TransposingTranspose Method |
public static void Transpose( this DataTable srcTable, DataTableTransposeOptions options, DataTable destTable )
| Exception | Condition |
|---|---|
| ArgumentNullException | |
| ArgumentException | |
| InvalidOperationException | The data columns to transpose are not of the same type. The first column that has a deviating type is column number + firstDifferentColumnIndex.ToString() |