DataConnectionType
DataConnectionType enumeration
Allows to configure options for the connections to the database.
public enum DataConnectionType
Values
Name | Value | Description |
---|---|---|
SQL | 0 |
Usage System.Data.SqlClient.SqlConnection. |
QLEDB | 1 |
Usage System.Data.OleDb.OleDbConnection. |
ODBC | 2 |
Usage System.Data.Odbc.OdbcConnection. |
Unknown | 3 |
Unknown type of connection. |
See Also
- namespace Aspose.Diagram.Manipulation
- assembly Aspose.Diagram