An indooGrid Documented Class Library

dataAccess.getRow Method 

Get row with specified index from datatable.

[Visual Basic]
Public Function getRow( _
   ByVal String As String, _
   Optional ByVal Int32 As Integer = 0 _
) As DataRow
[C#]
public DataRow getRow(
   String sqlStatement,
   Int32 rowIdx
);

Parameters

sqlStatement
SQL statement for retrieve datatable.
rowIdx
optional. When omitted first row is returned

Return Value

When sql statement does not return any rows, nothing is returned.

Remarks

See Also

dataAccess Class | Indoo.Data Namespace