Retrieves the bound member of the DataGrid control's underlying data source.
public String getDataMember()
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.
To retrieve the underlying data source object, call getDataSource.