Click or drag to resize

Row Constructor (Int32, Byte, CqlColumn, DictionaryString, Int32)

Note: This API is now obsolete.

Initializes a new instance of the Cassandra.Row class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
[ObsoleteAttribute("This constructor is deprecated and to be removed in future versions. If you need to create mock instances of Row, use the parameter-less constructor and override GetValue<T>()")]
public Row(
	int protocolVersion,
	byte[][] values,
	CqlColumn[] columns,
	Dictionary<string, int> columnIndexes
)

Parameters

protocolVersion
Type: SystemInt32
values
Type: SystemByte
columns
Type: DseCqlColumn
columnIndexes
Type: System.Collections.GenericDictionaryString, Int32
See Also