Mimer Data Provider v9.2

MimerCommand.Transaction Property

Gets or sets the MimerTransaction within which the MimerCommand executes.

[Visual Basic]
Public Property Transaction As MimerTransaction
[C#]
public MimerTransaction Transaction {get; set;}

Property Value

The MimerTransaction that the command will be executed within. The default is a null value.

See Also

MimerCommand Class | Mimer.Data.Client Namespace