Advanced.Data.Provider Documentation

AdpCommand.ExecuteReader Method

[This is preliminary documentation and subject to change.]

Sends the CommandText to the connection and builds a AdpDataReader.

Overload List

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);

See Also

AdpCommand Class | Advanced.Data.Provider Namespace