Table of Contents

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

SqlRecordSetNode

JoinType

Type of this join operation.

public SqlJoinType JoinType { get; }

Property Value

SqlJoinType

OnExpression

Condition of this join operation.

public SqlConditionNode OnExpression { get; }

Property Value

SqlConditionNode