Position the cursor at a specific key/data pair in the database, and
            store the key/data pair in Current.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public bool Move( uint recno ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Move ( _ recno As UInteger _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool Move( unsigned int recno ) | 
Parameters
- recno
- Type: System..::.UInt32
 The specific numbered record of the database at which to position the cursor.





