Executes the CommandText by the server at the specified Connection and returns a MimerDataReader.
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;
MimerCommand Class | Mimer.Data.Client Namespace