Table of Contents

Class SqlRawExpressionNode

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

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

public sealed class SqlRawExpressionNode : SqlExpressionNode
Inheritance
SqlRawExpressionNode
Inherited Members
Extension Methods

Properties

Parameters

Collection of parameter nodes.

public ReadOnlyArray<SqlParameterNode> Parameters { get; }

Property Value

ReadOnlyArray<SqlParameterNode>

Sql

Raw SQL expression.

public string Sql { get; }

Property Value

string

Type

Optional runtime type of the result of this expression.

public TypeNullability? Type { get; }

Property Value

TypeNullability?