SoftadminGuide.Table_Aliases
Type:
Table-valued function
Parameters
@TableId
mandatory
int
The value generated by SoftadminGuide.Parameter_Table_Create.
@Joins
mandatory
nvarchar(max)
The value generated by SoftadminGuide.Parameter_JoinTables_Create.
Resultsets
Resultset: Aliases
Table count:
Row count:
Columns
Id
mandatory
any
A unique id, used to map the alias to the correct table.
May join on the Id column of any SoftadminGuide.ParseParameter-object, and the value of a parameter created with SoftadminGuide.Parameter_Table_Create.
Alias
mandatory
string
The generated alias.