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