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
Sql
Raw SQL expression.
public string Sql { get; }
Property Value
Type
Optional runtime type of the result of this expression.
public TypeNullability? Type { get; }