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
Statements
Collection of SQL statements.
public ReadOnlyArray<ISqlStatementNode> Statements { get; }