Click or drag to resize

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)
Syntax
public void FillArray(
	int recordIndex,
	Object[] values
)

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
ExceptionCondition
ArgumentNullException Thrown when values is null.
See Also