Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dataSource
Type: System.Web.UI.WebControls.PagedDataSourceThe data source that contains the fields.
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.