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