An indooGrid Documented Class Library
dataAccess.getRows Method
Returns datatable rows
[Visual Basic]
Public Function getRows( _
ByVal
String
As
String
_
) As
DataRowCollection
[C#]
public
DataRowCollection
getRows(
String
sqlStatement
);
See Also
dataAccess Class
|
Indoo.Data Namespace