|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Data/SqlClient/SqlCommand.h"#include "System/Data/SqlClient/SqlConnection.h"#include "System/Data/SqlClient/SqlDataReader.h"#include "System/Data/Internal/DatabaseEngine.h"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 Collections::Generic::Dictionary< String, String > | DotNetDupe::System::Data::SqlClient::ExtractDbParameters (const DotNetDupe::System::SmartPointer< DotNetDupe::System::Data::Common::DbParameterCollection > &pParams) |
| Extract parameter key-value pairs into dictionary. | |