Dictionary.Typeobject(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a specified extended data type by returning a DictType object.
public:
virtual Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ Typeobject(int _tableId);
public virtual Microsoft.Dynamics.Ax.Xpp.XppObjectBase Typeobject (int _tableId);
abstract member Typeobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
override this.Typeobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
Public Overridable Function Typeobject (_tableId As Integer) As XppObjectBase
Parameters
- _tableId
- Int32
Returns
A DictType object that contains information about the specified extended data type.