Table of Contents

TSQLJoinCustomSegment Class

Holds a raw SQL condition string that is injected verbatim into a JOIN's ON clause, used when a join condition cannot be expressed as a simple key-pair.

Syntax

Unit: Aurelius.Sql.BaseTypes

TSQLJoinCustomSegment = class(TObject);

Constructors

Name Description
Create Creates a TSQLJoinCustomSegment with the specified raw SQL condition.

Properties

Name Description
Condition Gets or sets the raw SQL expression included in the JOIN ON clause.