DataFormWebPart.GetSchema Method

Gets an array of the field information in the specified data source.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function GetSchema ( _
    dataSource As PagedDataSource _
) As ArrayList
'Usage
Dim dataSource As PagedDataSource
Dim returnValue As ArrayList

returnValue = DataFormWebPart.GetSchema(dataSource)
public static ArrayList GetSchema(
    PagedDataSource dataSource
)

Parameters

Return Value

Type: System.Collections.ArrayList

Remarks

This method returns an array of the field information that contains the name and type of the field in the dataSource.

See Also

Reference

DataFormWebPart Class

DataFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace