AwDbNavigate.CurrentRowPosition Property

Gets or sets the position of the current row.

[Visual Basic]
Public Property CurrentRowPosition As Integer
[C#]
public int CurrentRowPosition {get; set;}

Property Value

A zero-based index.

Example

How to get the position of the current row.

Dim pos As Integer = dbNavigate.CurrentRowPosition
int pos = dbNavigate.CurrentRowPosition;

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.