DataConnectionType enumeration
DataConnectionType enumeration
Allows to configure options for the connections to the database.
The DataConnectionType type exposes the following members:
Fields
| Field | Description |
|---|---|
| SQL | Usage System.Data.SqlClient.SqlConnection. |
| QLEDB | Usage System.Data.OleDb.OleDbConnection. |
| ODBC | Usage System.Data.Odbc.OdbcConnection. |
| UNKNOWN | Unknown type of connection. |
See Also
- module aspose.diagram.manipulation