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

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

Property Value

Type: ListColumnDesc
See Also