ComponentOne DataObjects for .NET
Fields Property (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : Fields Property
This run-time property returns the collection of fields in the data table.
Syntax
'Declaration
 
Public ReadOnly Property Fields As DataFieldCollection
public DataFieldCollection Fields {get;}
See Also

Reference

C1DataTable Class
C1DataTable Members
DataFieldCollection Class