|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Data/Internal/InMemoryDatabaseBackend.h"#include <algorithm>#include <sstream>#include <vector>#include <string>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Data |
| namespace | DotNetDupe::System::Data::Internal |
Functions | |
| static std::unordered_map< std::string, std::string > | DotNetDupe::System::Data::Internal::ConvertParamsMap (const Collections::Generic::Dictionary< String, String > ¶meters) |
| static Collections::Generic::List< Row > | DotNetDupe::System::Data::Internal::ConvertResultRows (const std::vector< StdRow > &stdResRows, const std::vector< std::string > &stdColNames, Collections::Generic::List< String > &columnNames) |