Table of Contents

TSQLJoinSegment Class

Describes a single key-pair condition within a SQL JOIN clause, pairing a primary-key field with the corresponding foreign-key field.

Syntax

Unit: Aurelius.Sql.BaseTypes

TSQLJoinSegment = class(TObject);

Constructors

Name Description
Create Creates a TSQLJoinSegment pairing the given primary-key and foreign-key fields.

Properties

Name Description
FKField Gets or sets the foreign-key field used in the JOIN condition.
PKField Gets or sets the primary-key field used in the JOIN condition.