DesignTimeData.GetDataMembers Method
.NET Framework 3.0
Gets the names of the data members in the specified data source.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public static String[] GetDataMembers ( Object dataSource )
public static function GetDataMembers ( dataSource : Object ) : String[]
Not applicable.
Parameters
- dataSource
The data source from which to retrieve the names of the members.
Return Value
An array of type String that contains the names of the data members in the specified data source.Community Additions
ADD
Show: