Reports for WinForms | ComponentOne
C1.C1Report.4 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
    public DataSetFieldCollection Fields {get;}
    See Also