Retrieves the bound member of the DataNavigator control's underlying data source.
public final 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 data source object that underlies the DataNavigator control, call getDataSource.