Assembly: Dal;
Namespace: Prognoz.Platform.Interop.Dal;
The DalPostgresDriver class implements the driver used to work with the PostgreSQL DBMS.
This class object allows to create description for connecting to the PostgreSQL DBMS and further work using the SQL queries.
Class used to get analog of the DalPostgresDriver class:
None.
Class used to get analog of the DalPostgresDriver class:
DalPostgresDriverClass;
| Method name | Brief description | |
| CreateDescriptor | The CreateDescriptor method creates description of the connection with the database server using this driver. |
See also: