FormDataSource.__getDataRow_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
__getDataRow_IntImpl__(Int32, Boolean) | |
__getDataRow_IntImpl__() | |
__getDataRow_IntImpl__(Int32) |
__getDataRow_IntImpl__(Int32, Boolean)
public:
virtual Dynamics::AX::Application::FormDataRow ^ __getDataRow_IntImpl__(int _rowIndex, bool _allowFetchAhead);
public virtual Dynamics.AX.Application.FormDataRow __getDataRow_IntImpl__ (int _rowIndex, bool _allowFetchAhead);
abstract member __getDataRow_IntImpl__ : int * bool -> Dynamics.AX.Application.FormDataRow
override this.__getDataRow_IntImpl__ : int * bool -> Dynamics.AX.Application.FormDataRow
Public Overridable Function __getDataRow_IntImpl__ (_rowIndex As Integer, _allowFetchAhead As Boolean) As FormDataRow
Parameters
- _rowIndex
- Int32
- _allowFetchAhead
- Boolean
Returns
Applies to
__getDataRow_IntImpl__()
public:
virtual Dynamics::AX::Application::FormDataRow ^ __getDataRow_IntImpl__();
public virtual Dynamics.AX.Application.FormDataRow __getDataRow_IntImpl__ ();
abstract member __getDataRow_IntImpl__ : unit -> Dynamics.AX.Application.FormDataRow
override this.__getDataRow_IntImpl__ : unit -> Dynamics.AX.Application.FormDataRow
Public Overridable Function __getDataRow_IntImpl__ () As FormDataRow
Returns
Applies to
__getDataRow_IntImpl__(Int32)
public:
virtual Dynamics::AX::Application::FormDataRow ^ __getDataRow_IntImpl__(int num1);
public virtual Dynamics.AX.Application.FormDataRow __getDataRow_IntImpl__ (int num1);
abstract member __getDataRow_IntImpl__ : int -> Dynamics.AX.Application.FormDataRow
override this.__getDataRow_IntImpl__ : int -> Dynamics.AX.Application.FormDataRow
Public Overridable Function __getDataRow_IntImpl__ (num1 As Integer) As FormDataRow
Parameters
- num1
- Int32