Click or drag to resize

Transposing Methods

The Transposing type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAreAllColumnsOfTheSameType Tests whether or not all columns in this collection have the same type.
Public Extension MethodTranspose Transpose transpose the table, i.e. exchange columns and rows this can only work if all columns in the table are of the same type
Public Extension MethodTransposeIsPossible Tests if the transpose of a table is possible.
Top
See Also