Click or drag to resize
RowSetColumns Property
Gets or sets the columns in the RowSet

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public virtual CqlColumn[] Columns { get; set; }

Property Value

Type: CqlColumn
See Also