Click or drag to resize

UdtColumnInfoFields Property

Gets the list of the inner fields contained in the UDT definition

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public List<ColumnDesc> Fields { get; }

Property Value

Type: ListColumnDesc
See Also