TSQLJoinCustomSegment.Create Constructor
Creates a TSQLJoinCustomSegment with the specified raw SQL condition.
Syntax
Unit: Aurelius.Sql.BaseTypes
constructor TSQLJoinCustomSegment.Create(const ACondition: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ACondition | string | The raw SQL expression to include in the JOIN ON clause. |