C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSet Class / Fields Property

In This Topic
Fields Property (DataSet)
In This Topic
Gets the collection of DataSetField objects describing fields of the current data set. If this collection is empty, all fields fetched by the query will be accessible on the data set.
Syntax
'Declaration
 
Public ReadOnly Property Fields As DataSetFieldCollection
 
See Also