Home

Overload List

NameDescription
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

See Also