ReqTransIntercompany::computedColumnString Method
Creates a computed column string that is based on a source name and source field name.
Syntax
server private static str computedColumnString(TableName _sourcetableName, FieldName _sourceFieldName)
Run On
Server
Parameters
- _sourcetableName
Type: TableName Extended Data Type
The source data source in the union.
- _sourceFieldName
Type: FieldName Extended Data Type
The source field name in the view.
Return Value
Type: str
A computed column string.