Table of Contents

Class TMssqlBeginTranSqlNode

Namespace
gudusoft.gsqlparser.nodes.mssql
Assembly
gudusoft.gsqlparser.dll
public class TMssqlBeginTranSqlNode : TParseTreeNode, Visitable
Inheritance
TMssqlBeginTranSqlNode
Implements
Inherited Members

Properties

Distributed

public virtual bool Distributed { get; set; }

Property Value

bool

TransactionName

public virtual TObjectName TransactionName { get; }

Property Value

TObjectName

WithMark

public virtual bool WithMark { get; set; }

Property Value

bool

WithMarkDescription

public virtual TConstant WithMarkDescription { get; set; }

Property Value

TConstant

Methods

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object