Common.IDataBufferable.GetArrayFieldValue(Int32, 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.
virtual System::Object ^ Microsoft.Dynamics.AX.Data.Core.Interface.IDataBufferable.GetArrayFieldValue(int fieldIndex, int arrayIndex) = Microsoft::Dynamics::AX::Data::Core::Interface::IDataBufferable::GetArrayFieldValue;
object IDataBufferable.GetArrayFieldValue (int fieldIndex, int arrayIndex);
abstract member Microsoft.Dynamics.AX.Data.Core.Interface.IDataBufferable.GetArrayFieldValue : int * int -> obj
override this.Microsoft.Dynamics.AX.Data.Core.Interface.IDataBufferable.GetArrayFieldValue : int * int -> obj
Function GetArrayFieldValue (fieldIndex As Integer, arrayIndex As Integer) As Object Implements IDataBufferable.GetArrayFieldValue
Parameters
- fieldIndex
- Int32
- arrayIndex
- Int32
Returns
Implements
Microsoft.Dynamics.AX.Data.Core.Interface.IDataBufferable.GetArrayFieldValue(System.Int32,System.Int32)