|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "Common.h"#include "System/String.h"#include "System/Collections/Generic/List.h"#include "System/Collections/Generic/Dictionary.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Data::Internal::IDatabaseBackend |
| Interface defining the contract for database storage backends in DotNetDupe. More... | |
| struct | DotNetDupe::System::Data::Internal::Row |
| Represents an internal data row consisting of a list of column values. More... | |
| struct | DotNetDupe::System::Data::Internal::Table |
| Represents an internal in-memory relational table. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Data |
| namespace | DotNetDupe::System::Data::Internal |