Share via


RetailConnReplicationUtilities::getFieldType Method [AX 2012]

Gets the SQL type of the data type of the field.

Syntax

client server public static int getFieldType(
    RetailConnTableName _tableName, 
    RetailConnFieldName _fieldName, 
    RetailConnDistributionLocationId _locationId)

Run On

Called

Parameters

Return Value

Type: int
The ID value of the sql type of the data type.

See Also

Reference

RetailConnReplicationUtilities Class