Iterate over the values associated with the keys to which each
SecondaryCursor passed to Join(array<SecondaryCursor>[]()[], Boolean)
was initialized. Any data value that appears in all
SecondaryCursors is then stored in
Current.Key.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public bool MoveNextItem() |
Visual Basic (Declaration) |
---|
Public Function MoveNextItem As Boolean |
Visual C++ |
---|
public: bool MoveNextItem() |
Return Value
True if the cursor was positioned successfully, false otherwise.Remarks
Current.Value will contain an empty
DatabaseEntry.