AxdBaseCreate.findType Method [AX 2012]

Looks up the type of the return value of a particular parm method in a particular AxInternalBase class.

Syntax

protected void findType(
    ClassId _classId, 
    str _dataSourceName, 
    str _method, 
   [TableId _tableId])

Run On

Server

Parameters

  • _dataSourceName
    Type: str
  • _method
    Type: str
    The name of the parm method for which the type of the return value is requested.

Remarks

This protected method is internal to the AxdBaseCreate class, and is only intended to be used for looking up the return type of parm methods on AxInternalBase classes.

See Also

Reference

AxdBaseCreate Class