The SqlArrayClass type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
colList
gets the list of column headers
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 SqlRowClass's, can be boxed as List of Dictionary(string,string)

See Also