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 SqlDataArrayClass<T>
Public Class SqlDataArrayClass(Of T)
generic<typename T>
public ref class SqlDataArrayClass

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:SqlTools.SqlDataArrayClass`1"]

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SqlDataArrayClass<(Of <(T>)>)()()()
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
SqlDataArrayClass<(Of <(T>)>)(MySqlDataReader)
empty constructor
colList
will be worked out at a later time
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 SqlDataRows which can be boxed as a List of Dictionary(string,SqlDataClass)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  SqlTools..::.SqlDataArrayClass<(Of <(T>)>)

See Also