Click or drag to resize
TupleColumnInfoElements Property
Gets the list of the inner fields contained in the UDT definition

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public List<ColumnDesc> Elements { get; set; }

Property Value

Type: ListColumnDesc
See Also