Mimer SQL Data Provider
Connection Property (MimerTransaction)




Mimer.Data.Client Namespace > MimerTransaction Class : Connection Property
Gets the MimerConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Connection As MimerConnection
public new MimerConnection Connection {get;}
public read-only property Connection: MimerConnection; 
public hide function get Connection : MimerConnection
public: __property new MimerConnection* get_Connection();

Property Value

The MimerConnection object associated with the transaction.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerTransaction Class
MimerTransaction Members