Click or drag to resize
RowGetValueT Method (String)
Gets the stored value in the column specified by name.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public 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