Click or drag to resize
Row.Item Property (String)
Gets the stored value in the column specified by name

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
public Object this[
	string name
] { get; }

Parameters

name
Type: System.String

Property Value

Type: Object
See Also