2#ifndef _aspose_data_common_db_provider_factory_h_
3#define _aspose_data_common_db_provider_factory_h_
5#include <system/object.h>
7namespace System {
namespace Data {
namespace Common {
Provider to access database. Objects of this class should only be allocated using System::MakeObject(...
Definition: db_provider_factory.h:17
virtual SharedPtr< DbConnection > CreateConnection()=0
Creates database connection.
virtual SharedPtr< DbCommand > CreateCommand()=0
RTTI information.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9