Interface ITransactionDefinition
- Namespace
- Steeltoe.Common.Transaction
- Assembly
- Steeltoe.Common.Abstractions.dll
public interface ITransactionDefinition
Properties
IsReadOnly
bool IsReadOnly { get; }
Property Value
IsolationLevel
int IsolationLevel { get; }
Property Value
Name
string Name { get; }
Property Value
PropagationBehavior
int PropagationBehavior { get; }
Property Value
Timeout
int Timeout { get; }