RetailCDXDataUpload_AX5::GetSCSqlType Method [AX 2012]
Retrieves the datatype for the given table name and field name.
server private static int GetSCSqlType(TableName _toTableName, FieldName _toFieldName)
Run On
ServerParameters
- _toTableName
- Type: TableName Extended Data Type
Name of the table.
- _toFieldName
- Type: FieldName Extended Data Type
Name of the field.
Show: