Class SqlDataSourceJoinOnNode
- Namespace
- LfrlAnvil.Sql.Expressions.Objects
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree node that defines a single record set join operation.
public sealed class SqlDataSourceJoinOnNode : SqlNodeBase
- Inheritance
-
SqlDataSourceJoinOnNode
- Inherited Members
Properties
InnerRecordSet
Inner SqlRecordSetNode instance.
public SqlRecordSetNode InnerRecordSet { get; }
Property Value
JoinType
Type of this join operation.
public SqlJoinType JoinType { get; }
Property Value
OnExpression
Condition of this join operation.
public SqlConditionNode OnExpression { get; }