RowGetValueT Method (Int32) |
Gets the stored value in the column specified by index.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public virtual T GetValue<T>(
int index
)
Parameters
- index
- Type: SystemInt32
Index of the column
Type Parameters
- T
- Target type
Return Value
Type:
TSee Also