System::Data::Common::DbConnection class
DbConnection class
Database connection. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class DbConnection : public System::Object
Methods
Method | Description |
---|---|
virtual get_ConnectionString() const | RTTI information. |
virtual Open() | Opens connection to database. |
virtual set_ConnectionString(String) const | Sets connection information (e. g. server and port). |
See Also
- Class Object
- Namespace System::Data::Common
- Library Aspose.TeX for C++