Gets or sets an SQL statement used to retrieve records from the database server.
[Visual Basic] Public Property SelectCommand As MimerCommand [C#] public MimerCommand SelectCommand { get; set; } [C++] public: __property MimerCommand* get_SelectCommand(); public: __property void set_SelectCommand(MimerCommand* ); [JScript] public function get SelectCommand() : MimerCommand public function set SelectCommand(MimerCommand);
A MimerCommand representing the select statement.
MimerDataAdapter Class | Mimer.Data.Client Namespace