Click or drag to resize

Row.GetValue<T> Method (Int32)

Gets the stored value in the column specified by index.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public virtual T GetValue<T>(
	int index
)

Parameters

index
Type: System.Int32
Index of the column

Type Parameters

T
Target type

Return Value

Type: T
See Also