AwDbNavigate.Navigate Method 

Executes navigation processing.

[Visual Basic]
Public Function Navigate( _
   ByVal navigateType As AwNavigateType _
) As AwNavigateResult
[C#]
public AwNavigateResult Navigate(
   AwNavigateType navigateType
);

Parameters

navigateType
Type of navigation.

Return Value

Returns AwNavigateResult value.

Example

How to execute navigation processing. (Updates current row)

dbNavigate.Navigate(AwNavigateType.UpdateCurrentRow)
dbNavigate.Navigate(AwNavigateType.UpdateCurrentRow);

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.