| RowGetValueT Method (String) | 
            Gets the stored value in the column specified by name.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic virtual T GetValue<T>(
	string name
)
Parameters
- name
 - Type: SystemString
Name of the column 
Type Parameters
- T
 - Target type
 
Return Value
Type: 
T
See Also