DataColumnCollectionAreAllColumnsOfTheSameType Method |
Tests whether or not all columns in this collection have the same type.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool AreAllColumnsOfTheSameType(
out int firstdifferentcolumnindex
)
Parameters
- firstdifferentcolumnindex Int32
- Out: returns the first column that has a different type from the first column
Return Value
BooleanTrue if all columns are of the same type.
See Also