Mimer SQL Data Provider
MimerDataAdapter Constructor(String,MimerConnection)




Mimer.Data.Client Namespace > MimerDataAdapter Class > MimerDataAdapter Constructor : MimerDataAdapter Constructor(String,MimerConnection)
SQL select statement.
A MimerConnection that represents the connection to the database server.
Initializes a new instance of the MimerDataAdapter class with a select statement for a specific connection.
Syntax
'Declaration
 
Public Function New( _
   ByVal selectCommandText As String, _
   ByVal connection As MimerConnection _
)
public MimerDataAdapter( 
   string selectCommandText,
   MimerConnection connection
)
public MimerDataAdapter( 
    selectCommandText: String;
    connection: MimerConnection
); 
public function MimerDataAdapter( 
   selectCommandText : String,
   connection : MimerConnection
);
public: MimerDataAdapter( 
   string* selectCommandText,
   MimerConnection* connection
)

Parameters

selectCommandText
SQL select statement.
connection
A MimerConnection that represents the connection to the database server.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataAdapter Class
MimerDataAdapter Members
Overload List