Microsoft.Data.SqlClient.TransactionRequest
enum TransactionRequest
Enum representing all of the possible transaction operations.
Only used internally, mapped to TransactionManagerRequestType for transmission
over the wire.
Begin = 0
Commit = 2
IfRollback = 4
Promote = 1
Rollback = 3
Save = 5