Home
a table orientation for a MySql result set

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SqlArrayClass
Public Class SqlArrayClass
public ref class SqlArrayClass

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SqlArrayClass()()()
takes a MySqlClass as parameter...make sure to have already sent a query to the server and also that you queried with some form of select statement...i give no mercy for stupidity...if you don't get an array, but get an error, your bad, not mine ;0
SqlArrayClass(MySqlDataReader)
supply the MySqlDataReader here to build a table off of the resultSet
SqlArrayClass(SqlDataArrayClass<(Of <(SqlDataClass>)>))
supply someMySqlObject.dataTable to build a table of string values from the resultSet
colList
gets the list of column headers
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
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
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
readiness
rows
gets the List of SqlRowClass's, can be boxed as List of Dictionary(string,string)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  SqlTools..::.SqlArrayClass

See Also