DictTable.Mapobject(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.
Creates an instance of the [T: DictTableMap] class for a mapping that is specified by index.
public:
virtual System::Object ^ Mapobject(int _cnt);
[Microsoft.Dynamics.Ax.Xpp.ReturnTypeCovariance("class", "DictTableMap")]
public virtual object Mapobject (int _cnt);
[<Microsoft.Dynamics.Ax.Xpp.ReturnTypeCovariance("class", "DictTableMap")>]
abstract member Mapobject : int -> obj
override this.Mapobject : int -> obj
Public Overridable Function Mapobject (_cnt As Integer) As Object
Parameters
- _cnt
- Int32
Returns
A DictTableMap object for the field that is specified by the _cnt parameter; null, Nothing, nullptr, unit, a null reference (Nothing in Visual Basic) if the object could not be created.
- Attributes