IDataSourceViewSchema.GetFields Method
.NET Framework 3.0
Gets an array containing information about each field in the data source.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The DataSetSchema class implements the IDataSourceViewSchema interface; its implementation of the GetFields method returns an array of DataSetFieldSchema objects, each of which derives from the IDataSourceFieldSchema interface.
Community Additions
ADD
Show: