Table of Contents

Class SqlStatementBatchNode

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

Represents an SQL syntax tree statement node that defines a collection of SQL statements.

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

Properties

QueryCount

Number of queries contained by this statement node.

public int QueryCount { get; }

Property Value

int

Statements

Collection of SQL statements.

public ReadOnlyArray<ISqlStatementNode> Statements { get; }

Property Value

ReadOnlyArray<ISqlStatementNode>