The SqlDataArrayClass<(Of <(T>)>) type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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)

See Also