StatusTransaction..::..Transaction Property

Gets or sets the transaction.

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


[RequiredAttribute]
public List<CommandWithResult> Transaction { get; set; }
<RequiredAttribute> _
Public Property Transaction As List(Of CommandWithResult)
	Get
	Set
[RequiredAttribute]
public:
property List<CommandWithResult^>^ Transaction {
	List<CommandWithResult^>^ get ();
	void set (List<CommandWithResult^>^ value);
}

Field Value

The transaction.