DataColumnCollectionIsColumnOfType Method |
Check if the named column is of the expected type.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsColumnOfType(
string columnname,
Type expectedtype
)
Parameters
- columnname String
- Name of the column.
- expectedtype Type
- Expected type of column.
Return Value
BooleanTrue if the column exists and is exactly! of the expeced type. False otherwise.
See Also