Gets the current row.
[Visual Basic]
Public ReadOnly Property CurrentRow As DataRowView
[C#]
public System.Data.DataRowView CurrentRow {get;}
Property Value
DataRowView.
Example
How to get the current row.
Dim drv As DataRowView = dbNavigate.CurrentRow
DataRowView drv = dbNavigate.CurrentRow;
See Also
AwDbNavigate Class | Asterworld.Data Namespace