Class SqlRawConditionNode
- Namespace
- LfrlAnvil.Sql.Expressions.Logical
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree condition node that defines a raw SQL condition.
public sealed class SqlRawConditionNode : SqlConditionNode
- Inheritance
-
SqlRawConditionNode
- Inherited Members
- Extension Methods
Properties
Parameters
Collection of parameter nodes.
public ReadOnlyArray<SqlParameterNode> Parameters { get; }
Property Value
Sql
Raw SQL condition.
public string Sql { get; }