DictView.computedColumnString Method

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

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.

See Also

Reference

DictView Class