Data.SqlExpr.TConnectionUserType

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also