An array of System.Web.UI.Design.IDataSourceFieldSchema objects representing each of the fields in the data source.
The System.Web.UI.Design.DataSetSchema class implements the System.Web.UI.Design.IDataSourceViewSchema interface; its implementation of the DataSetViewSchema.GetFields method returns an array of System.Web.UI.Design.DataSetFieldSchema objects, each of which derives from the System.Web.UI.Design.IDataSourceFieldSchema interface.