Method GetColumn
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetColumn<T>(int)
Gets the specified column.
IDmsColumn<T> GetColumn<T>(int parameterId)
Parameters
parameterId
intThe parameter ID.
Returns
- IDmsColumn<T>
The standalone parameter that corresponds with the specified ID.
Type Parameters
T
The type of the column.
Exceptions
- ArgumentException
parameterId
is invalid.- NotSupportedException
A type other than string, int?, double? or DateTime? was provided.