|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override int | GetHashCode () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
Static Public Member Functions | |
| static bool | operator== (TransactionOptions x, TransactionOptions y) |
| static bool | operator!= (TransactionOptions x, TransactionOptions y) |
Properties | |
| TimeSpan | Timeout [get, set] |
| IsolationLevel | IsolationLevel [get, set] |
Private Member Functions | |
| bool | Equals (TransactionOptions other) |
Private Attributes | |
| TimeSpan | _timeout |
| IsolationLevel | _isolationLevel |
Definition at line 5 of file TransactionOptions.cs.