Sends the CommandText to the connection and builds a AdpDataReader.
Sends the CommandText to the connection and builds a AdpDataReader.
public AdpDataReader ExecuteReader();
Sends the CommandText to the Connection and builds a AdpDataReader using one of the CommandBehavior values.
public AdpDataReader ExecuteReader(CommandBehavior);
AdpCommand Class | Advanced.Data.Provider Namespace