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.
Retrieves the table alias.
Syntax
public str computedColumnString(
str dataSourceName,
str fieldName,
[FieldNameGenerationMode generationMode,
boolean needTrim])
Run On
Server
Parameters
- dataSourceName
Type: str
- fieldName
Type: str
- generationMode
Type: FieldNameGenerationMode Enumeration
- needTrim
Type: boolean
Return Value
Type: str
The formatted field name string.
Remarks
The table alias is an SQL field name in a database-style format that can be used together with a computed column definition.