Construct a new bulk buffer for key/data pairs with a formatted
            byte array.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public MultipleKeyDatabaseEntry( byte[] data, bool recno )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ data As Byte(), _ recno As Boolean _ )  | 
| Visual C++ | 
|---|
public: MultipleKeyDatabaseEntry( array<unsigned char>^ data, bool recno )  | 
Parameters
- data
 - Type: array<
            System..::.Byte
          >[]()[]
The formatted byte array 
- recno
 - Type: System..::.Boolean
Whether the bulk is for recno/queue database.