FormDataSource.cursor 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() |
Has no functionality in the FormObjectSet class. |
cursor(Int32) |
cursor()
Has no functionality in the FormObjectSet class.
public:
override Microsoft::Dynamics::Ax::Xpp::Common ^ cursor();
public override Microsoft.Dynamics.Ax.Xpp.Common cursor ();
override this.cursor : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overrides Function cursor () As Common
Returns
Remarks
This method is overridden by the FormDataSource.cursor method, which returns the currently active record in the table that is referenced by the data source.
Applies to
cursor(Int32)
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ cursor(int _rowIndex);
public virtual Microsoft.Dynamics.Ax.Xpp.Common cursor (int _rowIndex);
override this.cursor : int -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function cursor (_rowIndex As Integer) As Common
Parameters
- _rowIndex
- Int32