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. |