The SqlDataArrayClass<(Of <(T>)>) type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Item[([(Int32])]) | 
            returns the row as a string[] at the given row index
              | |
| Item[([(Int32, Int32])]) | 
            returns the value at the given row,col indeces
              | |
| Item[([(Int32, String])]) | 
            returns the value at the given row index, column key
              | |
| readiness | ||
| rows | 
            gets the list of SqlDataRows which can be boxed as a List of Dictionary(string,SqlDataClass)
              |