Share via


RetailConnReplicationUtilities::fieldTypeToSQL Method [AX 2012]

Finds the SQL type value for the field's data type.

Syntax

client server public static int fieldTypeToSQL(int _systemType)

Run On

Called

Parameters

  • _systemType
    Type: int
    The data type of the field.

Return Value

Type: int
The SQL type of the field.

See Also

Reference

RetailConnReplicationUtilities Class