2#ifndef _aspose_data_common_db_provider_factories_h_
3#define _aspose_data_common_db_provider_factories_h_
5#include <system/exceptions.h>
7namespace System {
namespace Data {
namespace Common {
9class DbProviderFactory;
API to get DB provider factories. Objects of this class should only be allocated using System::MakeOb...
Definition: db_provider_factories.h:16
static SharedPtr< DbProviderFactory > GetFactory(const String &providerInvariantName)
Gets DB provider factory by name.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9