RawEntityData<TEntity>.FillArray Method |
Fills an array from a specified record in the data set. The array must contain one
element for each property in
Properties and on return of the array will
be filled with values in the same order.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic void FillArray(
int recordIndex,
Object[] values
)
Public Sub FillArray (
recordIndex As Integer,
values As Object()
)
public:
void FillArray(
int recordIndex,
array<Object^>^ values
)
member FillArray :
recordIndex : int *
values : Object[] -> unit
Parameters
- recordIndex
- Type: System.Int32
The index of the entity record from which to get the values. - values
- Type:System.Object[]
On input, an array of the same length as Properties. On return, the values
in the record corresponding to the Properties.
Exceptions
See Also