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

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

Property Value

Type: List<ColumnDesc>
See Also