DictTable Constructors
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.
Overloads
DictTable() | |
DictTable(Int32) | |
DictTable(IntPtr) |
DictTable()
protected:
DictTable();
protected DictTable ();
Protected Sub New ()
Applies to
DictTable(Int32)
public:
DictTable(int tableId);
public DictTable (int tableId);
new Microsoft.Dynamics.Ax.Xpp.DictTable : int -> Microsoft.Dynamics.Ax.Xpp.DictTable
Public Sub New (tableId As Integer)
Parameters
- tableId
- Int32
Applies to
DictTable(IntPtr)
public:
DictTable(IntPtr value);
public DictTable (IntPtr value);
new Microsoft.Dynamics.Ax.Xpp.DictTable : nativeint -> Microsoft.Dynamics.Ax.Xpp.DictTable
Public Sub New (value As IntPtr)
Parameters
- value
-
IntPtr
nativeint