Table of Contents

Class SqlBeginTransactionNode

Namespace
LfrlAnvil.Sql.Expressions
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree statement node that defines a start of a DB transaction.

public sealed class SqlBeginTransactionNode : SqlNodeBase, ISqlStatementNode
Inheritance
SqlBeginTransactionNode
Implements
Inherited Members

Properties

IsolationLevel

Transaction's IsolationLevel.

public IsolationLevel IsolationLevel { get; }

Property Value

IsolationLevel