Table of Contents

Interface ISqlStatementNode

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

Represents an SQL syntax tree statement node.

public interface ISqlStatementNode

Properties

Node

Underlying SQL node.

SqlNodeBase Node { get; }

Property Value

SqlNodeBase

QueryCount

Number of queries contained by this statement node.

int QueryCount { get; }

Property Value

int