FormDataSource.__cursor_IntImpl__ 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
__cursor_IntImpl__() | |
__cursor_IntImpl__(Int32) |
__cursor_IntImpl__()
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ __cursor_IntImpl__();
public virtual Microsoft.Dynamics.Ax.Xpp.Common __cursor_IntImpl__ ();
abstract member __cursor_IntImpl__ : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.__cursor_IntImpl__ : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function __cursor_IntImpl__ () As Common
Returns
Applies to
__cursor_IntImpl__(Int32)
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ __cursor_IntImpl__(int _rowIndex);
public virtual Microsoft.Dynamics.Ax.Xpp.Common __cursor_IntImpl__ (int _rowIndex);
abstract member __cursor_IntImpl__ : int -> Microsoft.Dynamics.Ax.Xpp.Common
override this.__cursor_IntImpl__ : int -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function __cursor_IntImpl__ (_rowIndex As Integer) As Common
Parameters
- _rowIndex
- Int32