An indooGrid Documented Class Library

dataAccess.getArrayList Method 

Function returns first column as arrayList received by sql statement

[Visual Basic]
Public Function getArrayList( _
   ByVal String As String _
) As ArrayList
[C#]
public ArrayList getArrayList(
   String sqlStatement
);

See Also

dataAccess Class | Indoo.Data Namespace