Dictionary.Tableobject(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 table by returning a DictTable object.
public:
virtual Microsoft::Dynamics::Ax::Xpp::DictTable ^ Tableobject(int _tableId);
public virtual Microsoft.Dynamics.Ax.Xpp.DictTable Tableobject (int _tableId);
abstract member Tableobject : int -> Microsoft.Dynamics.Ax.Xpp.DictTable
override this.Tableobject : int -> Microsoft.Dynamics.Ax.Xpp.DictTable
Public Overridable Function Tableobject (_tableId As Integer) As DictTable
Parameters
- _tableId
- Int32
A tableId system data type that indicates a table ID.
Returns
A DictTable object that contains information about the specified table.