RowGetValue Method (Type, Int32) | 
 
            Gets the stored value in the column specified by index
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic Object GetValue(
	Type type,
	int index
)
Parameters
- type
 - Type: SystemType
Target type - index
 - Type: SystemInt32
Index of the column 
Return Value
Type: 
Object
See Also