Aqualogic Interaction API  
 

IPTMigrationElement.ReadArrayAsObject1DArray Method 

Reads an array of primitive types from an IPTMigrationElement. Each object in the array has an innter element name which contains the simple datatype (int, String, float, double, or IXPPropertyBag).

object[] ReadArrayAsObject1DArray(
   string strArrayName,
   string[] asColumnNames
);

Parameters

strArrayName
- The name of the child element containing the array of objects.
asColumnNames
- The column name of the object.

Return Value

A 1-D array of Objects wrapping primitive values.

See Also

IPTMigrationElement Interface | com.plumtree.server Namespace