Class TupleColumnInfo
Represents the information associated with a tuple column.
Inheritance
TupleColumnInfo
Assembly: Cassandra.dll
Syntax
public class TupleColumnInfo : IColumnInfo
Constructors
TupleColumnInfo()
Declaration
Properties
Elements
Gets the list of the inner fields contained in the UDT definition
Declaration
public List<ColumnDesc> Elements { get; set; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements