Mimer SQL Data Provider
Connection Property (MimerCommand)




Mimer.Data.Client Namespace > MimerCommand Class : Connection Property
Gets or sets the MimerConnection used by this instance of the MimerCommand.
Syntax
'Declaration
 
Public Shadows Property Connection As MimerConnection
public new MimerConnection Connection {get; set;}
public read-write property Connection: MimerConnection; 
public hide function get,set Connection : MimerConnection
public: __property new MimerConnection* get_Connection();
public: __property new void set_Connection( 
   MimerConnection* value
);

Property Value

The MimerConnection used to connect to a database server. The default is a null value.
Exceptions
ExceptionDescription
Cannot change connection after Leave retain command.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members