Mimer SQL Data Provider
Transaction Property




Mimer.Data.Client Namespace > MimerCommand Class : Transaction Property
Gets or sets the MimerTransaction within which the MimerCommand executes.
Syntax
'Declaration
 
Public Shadows Property Transaction As MimerTransaction
public new MimerTransaction Transaction {get; set;}
public read-write property Transaction: MimerTransaction; 
public hide function get,set Transaction : MimerTransaction
public: __property new MimerTransaction* get_Transaction();
public: __property new void set_Transaction( 
   MimerTransaction* value
);

Property Value

The current MimerTransaction or null. The default is a null value.
Exceptions
ExceptionDescription
Invalid transaction value specified.
Remarks
The Transaction property is automatically set whenever MimerConnection.BeginTransaction, MimerTransaction.Rollback, or MimerTransaction.Commit is called.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members
MimerTransaction Class