|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Data/SqlClient/SqlConnection.h"#include "System/Data/SqlClient/SqlCommand.h"#include "System/Data/Internal/DatabaseEngine.h"#include "System/Data/Internal/SqliteDatabaseBackend.h"#include "System/Data/Internal/InMemoryDatabaseBackend.h"#include "System/InvalidOperationException.h"#include <algorithm>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Data |
| namespace | DotNetDupe::System::Data::SqlClient |
Functions | |
| static std::string | DotNetDupe::System::Data::SqlClient::ExtractConnectionStringValue (const std::string &raw, const std::string &key, const std::string &defaultVal) |
| static std::string | DotNetDupe::System::Data::SqlClient::ExtractDatabaseName (const std::string &raw) |
| static void | DotNetDupe::System::Data::SqlClient::RegisterSelectedBackend (const std::string &engineType, const std::string &dbName, const DotNetDupe::System::String &sConnStr) |