Retrieve a specific numbered key and all duplicate data items from
            the database.
            
    Namespace: 
   BerkeleyDB
    Assembly:
   libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
Parameters
- recno
- Type: System..::.UInt32
 The record number of the record to be retrieved.
- BufferSize
- Type: System..::.Int32
 The initial size of the buffer to fill with duplicate data items. If
            the buffer is not large enough, it will be automatically resized.
Return Value
            A 
KeyValuePair<(Of <(TKey, TValue>)>) whose Key parameter is
            
recno and whose Value parameter is the retrieved
            data items.
            
 Exceptions
Exceptions
 See Also
See Also