xRecord.data 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.
Overloads
data() |
Retrieves a row from the table. |
data(Common) |
data()
Retrieves a row from the table.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ data();
public virtual Microsoft.Dynamics.Ax.Xpp.Common data ();
abstract member data : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.data : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function data () As Common
Returns
The record buffer.
Remarks
Partly because scenarios that involve table inheritance, we recommend that you instead use the following methods on the Global class: con2buf, buf2con, and buf2buf.
Applies to
data(Common)
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ data(Microsoft::Dynamics::Ax::Xpp::Common ^ _cursor);
public virtual Microsoft.Dynamics.Ax.Xpp.Common data (Microsoft.Dynamics.Ax.Xpp.Common _cursor);
abstract member data : Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
override this.data : Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function data (_cursor As Common) As Common
Parameters
- _cursor
- Common
The row to retrieve; optional.