[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSet.Fields

Fields Property

Fields

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.

Declaration
public DataSetFieldCollection Fields { get; }
See Also