Create a transactionally protected secondary database cursor.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public SecondaryCursor SecondaryCursor( Transaction txn ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function SecondaryCursor ( _ txn As Transaction _ ) As SecondaryCursor | 
| Visual C++ | 
|---|
| public: SecondaryCursor^ SecondaryCursor( Transaction^ txn ) | 
Parameters
- txn
- Type: BerkeleyDB..::.Transaction
 The transaction context in which the cursor may be used.





