Microsoft SDK for Java

DataNavigator.getDataSource

Retrieves the data source underlying the DataNavigator control.

Syntax

public final IDataSource getDataSource()

Return Value

Returns an object implementing the IDataSource interface that currently exposes the recordset that is bound to the DataNavigator control. For more information, see setDataSource.

Remarks

To retrieve the bound member of the underlying data source, call getDataMember.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.