With this property you have access to the result of an executed query. You can set the query using the CommandText property, execute it with ExecuteQuery or ExecuteNonQuery and then acces the results via FieldValues.
ArrayList is an internal class with behavior similar to the Concept arrays. The only difference is that in its internal representation is more like a simple linked dynamic list. This class is not documented and is not intended to be directly used. The only member that should be used is the [] operator for accessing the records in the set.
|