Table of Contents

Class SqlRawStatementNode

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

Represents an SQL syntax tree statement node that defines a raw SQL statement.

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

Properties

Parameters

Collection of parameter nodes.

public ReadOnlyArray<SqlParameterNode> Parameters { get; }

Property Value

ReadOnlyArray<SqlParameterNode>

Sql

Raw SQL statement.

public string Sql { get; }

Property Value

string