DK11 for Delphi | GisLayerVectorSql.TGIS_LayerVectorSqlAbstract.ConnectionPoolId | Constructors | Fields | Methods | Properties | Events | Events
Connection pool id. Used to group shared connections per viewer or create new connection when a layer is not attached to the viewer. User can switch to another shared connection by closing current connection, assigning existing pool id and again opening the connection (only if a layer is not attached to the viewer). A layer attached to a viewer always gets the viewer pool id.
// Delphi public property ConnectionPoolId : String read write;
// C++ Builder public: __property UnicodeString ConnectionPoolId = {read, write};
Type |
---|
String |