| RowGetValueT Method (Int32) | 
            Gets the stored value in the column specified by index.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic virtual T GetValue<T>(
	int index
)
Parameters
- index
 - Type: SystemInt32
Index of the column 
Type Parameters
- T
 - Target type
 
Return Value
Type: 
T
See Also