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.

[Visual Basic]
NotOverridable Overloads Public Function ExecuteReader() As AdpDataReader Implements _
   IAdpCommand.ExecuteReader
[C#]
public AdpDataReader ExecuteReader();

Return Value

A AdpDataReader object.

Implements

IAdpCommand.ExecuteReader

See Also

AdpCommand Class | Advanced.Data.Provider Namespace | AdpCommand.ExecuteReader Overload List