AwDbNavigate.CurrentRow Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.