Share via


SqlSystem.monocaseFmt Method

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

Syntax

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

Run On

Server

Parameters

  • considerSystemVariables
    Type: boolean

Return Value

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

Remarks

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

See Also

Reference

SqlSystem Class