Mimer SQL Data Provider
Connection Property (MimerBatch)




Mimer.Data.Client Namespace > MimerBatch Class : Connection Property
Gets or sets the MimerConnection used by this instance of the MimerBatch.
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

A MimerConnection object.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatch Class
MimerBatch Members