Overview | Methods | Fields | This Package | All Packages
Retrieves the bound member of the DataGrid control's underlying data source.
Syntax
public String getDataMember()
Return Value
Returns a string that identifies the bound member of the underlying data source. This string is either the name of the bound recordset or is an empty string. For more information, see setDataMember.
Remarks
To retrieve the underlying data source object, call getDataSource.