SqlSystem.monocaseFmt Method [AX 2012]

Retrieves the format string that is used for casting the string to one case (e.g. "NLS_LOWER(%1)").

public str monocaseFmt(
   [TableId tableId, 
    FieldId fieldId, 
    boolean includingFieldName, 
    boolean considerSystemVariables])

Run On

Server

Parameters

tableId
Type: TableId Extended Data Type
fieldId
Type: FieldId Extended Data Type
includingFieldName
Type: boolean
considerSystemVariables
Type: boolean

Return Value

Type: str
The format string that is used for casting the string to one case.

Microsoft Dynamics AX style for placeholder(s) is used (i.e. "%1").

Community Additions

ADD
Show: