Mimer Data Provider

MimerCommand.ExecuteReader Method

Executes the CommandText by the server at the specified Connection and returns a MimerDataReader.

Overload List

Executes the CommandText by the server at the specified Connection and returns a MimerDataReader.

[Visual Basic] Public Function ExecuteReader() As MimerDataReader
[C#] public MimerDataReader ExecuteReader();
[C++] public: MimerDataReader* ExecuteReader();
[JScript] public function ExecuteReader(): MimerDataReader;

Executes the CommandText by the server at the specified Connection using the CommandBehavior and returns a MimerDataReader.

[Visual Basic] Public Function ExecuteReader(ByVal CommandBehavior) As MimerDataReader
[C#] public MimerDataReader ExecuteReader(CommandBehavior);
[C++] public: MimerDataReader* ExecuteReader(CommandBehavior);
[JScript] public function ExecuteReader(CommandBehavior): MimerDataReader;

See Also

MimerCommand Class | Mimer.Data.Client Namespace