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