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