Advantage .NET Data Provider
Executes the AdsCommand.CommandText and returns an AdsExtendedReader with the result set.
public AdsExtendedReader ExecuteExtendedReader();
ExecuteExtendedReader executes the SQL statement or stored procedure or opens the table that is specified in the AdsCommand.CommandText property.
AdsExtendedReader is derived from AdsDataReader and offers an extended feature set that includes advanced table navigation, indexed searches, scopes, filters, locks and direct data manipulation. Use ExecuteExtendedReader to obtain an AdsExtendedReader object. Use ExecuteReader to obtain a standard AdsDataReader object.
See ExecuteReader
ExecuteReader( CommandBehavior )
ExecuteExtendedReader( CommandBehavior )