Data.SqlExpr.TConnectionUserType
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: Data.SqlExpr | |
Delphi
TConnectionUserType = (eUserMonitor, eUserDataSet);
C++
enum DECLSPEC_DENUM TConnectionUserType : unsigned char { eUserMonitor, eUserDataSet };
Description
Enumeration for user type connections.
TConnectionUserType is an enumeration used to specify the user type for a connection. It is for internal use only. Use it at your own risk.