Table of Contents

Interface ITransactionDefinition

Namespace
Steeltoe.Common.Transaction
Assembly
Steeltoe.Common.Abstractions.dll
public interface ITransactionDefinition

Properties

IsReadOnly

bool IsReadOnly { get; }

Property Value

bool

IsolationLevel

int IsolationLevel { get; }

Property Value

int

Name

string Name { get; }

Property Value

string

PropagationBehavior

int PropagationBehavior { get; }

Property Value

int

Timeout

int Timeout { get; }

Property Value

int