Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers.
Syntax
protected str inventDim2InventDimJoin(
str _firstAlias,
str _secondAlias,
[TableId _tableId,
str _joinAlias])
Run On
Server
Parameters
- _firstAlias
Type: str
The name of the first table buffer.
- _secondAlias
Type: str
The name of the second table buffer.
- _tableId
Type: TableId Extended Data Type
The tableid of the first table buffer.
- _joinAlias
Type: str
The name of the table buffer that is joined.
Return Value
Type: str
Returns a SQL string.