DesignTimeData.GetDataMembers Method (Object)

 

Gets the names of the data members in the specified data source.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public static string[] GetDataMembers(
	object dataSource
)

Parameters

dataSource
Type: System.Object

The data source from which to retrieve the names of the members.

Return Value

Type: System.String[]

An array of type String that contains the names of the data members in the specified data source.

.NET Framework
Available since 1.1
Return to top
Show: